Skip to content

Commit 4de7002

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 72959f6 commit 4de7002

8 files changed

Lines changed: 618 additions & 154 deletions

File tree

apps/files/l10n/fr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ OC.L10N.register(
138138
"Personal files" : "Fichiers personnels",
139139
"Additional settings" : "Paramètres supplémentaires",
140140
"Actions" : "Actions",
141-
"File actions" : "Actions de fichiers",
141+
"File actions" : "Actions sur les fichiers",
142142
"Selection" : "Choix",
143143
"Select all files" : "Sélectionner tous les fichiers",
144144
"Deselect all" : "Tout désélectionner",

apps/files/l10n/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"Personal files" : "Fichiers personnels",
137137
"Additional settings" : "Paramètres supplémentaires",
138138
"Actions" : "Actions",
139-
"File actions" : "Actions de fichiers",
139+
"File actions" : "Actions sur les fichiers",
140140
"Selection" : "Choix",
141141
"Select all files" : "Sélectionner tous les fichiers",
142142
"Deselect all" : "Tout désélectionner",

apps/sharebymail/l10n/hu.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,21 @@ OC.L10N.register(
1818
"We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nem lehet az automatikusan előállított jelszót elküldeni. Állítson be érvényes e-mail-címet a személyes beállításokban, és próbálja újra.",
1919
"Failed to send share by email. Got an invalid email address" : "Az e-mailben történő megosztás sikertelen. Érvénytelen e-mail-cím.",
2020
"Failed to send share by email" : "Az e-mailben történő megosztás sikertelen",
21+
"%1$s shared %2$s with you" : "%1$s megosztotta ezt Önnel: %2$s",
2122
"Note:" : "Megjegyzés:",
2223
"%1$s via %2$s" : "%1$s ezen keresztül: %2$s",
2324
"It is protected with the following password:" : "A következő jelszó védi:",
2425
"This password will expire at %s" : "Ez a jelszó ekkor jár le: %s.",
26+
"%1$s shared %2$s with you and wants to add:" : "%1$s megosztotta ezt Önnel: %2$s, és ezt hozzá szeretné adni:",
27+
"%1$s shared %2$s with you and wants to add" : "%1$s megosztotta ezt Önnel: %2$s, és ezt hozzá szeretné adni",
28+
"%s added a note to a file shared with you" : "%s egy jegyzetet adott egy Önnel megosztott fájlhoz",
2529
"This is the password:" : "Ez a jelszó:",
2630
"You can choose a different password at any time in the share dialog." : "Bármikor másik jelszót választhat a megosztási párbeszédablakon.",
2731
"Could not find share" : "Nem található a megosztás",
2832
"Share provider which allows you to share files by mail" : "Megosztási szolgáltató, amely lehetővé teszi fájlok e-mailben történő megosztását",
2933
"Unable to update share by mail config" : "Az e-mailes megosztás beállításai nem frissíthetők",
3034
"Send password by mail" : "Jelszó kiküldése e-mailben",
31-
"Reply to initiator" : "Válasz a kezdeményezőnek"
35+
"Reply to initiator" : "Válasz a kezdeményezőnek",
36+
"Open %s" : "A(z) %s megnyitása"
3237
},
3338
"nplurals=2; plural=(n != 1);");

apps/sharebymail/l10n/hu.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,21 @@
1616
"We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nem lehet az automatikusan előállított jelszót elküldeni. Állítson be érvényes e-mail-címet a személyes beállításokban, és próbálja újra.",
1717
"Failed to send share by email. Got an invalid email address" : "Az e-mailben történő megosztás sikertelen. Érvénytelen e-mail-cím.",
1818
"Failed to send share by email" : "Az e-mailben történő megosztás sikertelen",
19+
"%1$s shared %2$s with you" : "%1$s megosztotta ezt Önnel: %2$s",
1920
"Note:" : "Megjegyzés:",
2021
"%1$s via %2$s" : "%1$s ezen keresztül: %2$s",
2122
"It is protected with the following password:" : "A következő jelszó védi:",
2223
"This password will expire at %s" : "Ez a jelszó ekkor jár le: %s.",
24+
"%1$s shared %2$s with you and wants to add:" : "%1$s megosztotta ezt Önnel: %2$s, és ezt hozzá szeretné adni:",
25+
"%1$s shared %2$s with you and wants to add" : "%1$s megosztotta ezt Önnel: %2$s, és ezt hozzá szeretné adni",
26+
"%s added a note to a file shared with you" : "%s egy jegyzetet adott egy Önnel megosztott fájlhoz",
2327
"This is the password:" : "Ez a jelszó:",
2428
"You can choose a different password at any time in the share dialog." : "Bármikor másik jelszót választhat a megosztási párbeszédablakon.",
2529
"Could not find share" : "Nem található a megosztás",
2630
"Share provider which allows you to share files by mail" : "Megosztási szolgáltató, amely lehetővé teszi fájlok e-mailben történő megosztását",
2731
"Unable to update share by mail config" : "Az e-mailes megosztás beállításai nem frissíthetők",
2832
"Send password by mail" : "Jelszó kiküldése e-mailben",
29-
"Reply to initiator" : "Válasz a kezdeményezőnek"
33+
"Reply to initiator" : "Válasz a kezdeményezőnek",
34+
"Open %s" : "A(z) %s megnyitása"
3035
},"pluralForm" :"nplurals=2; plural=(n != 1);"
3136
}

apps/updatenotification/l10n/ja.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ OC.L10N.register(
5959
"The selected update channel does not support updates of the server." : "選択したチャンネルでは、サーバーのアップデートをサポートしていません。",
6060
"Changelog for app {app}" : "アプリケーション{app}の変更ログ",
6161
"What's new in {app} version {version}" : "{app}バージョン{version}の新機能",
62-
"{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。"
62+
"{version} is available. Get more information on how to update." : "{version} が利用可能になりました。アップデート方法について詳細情報を確認してください。"
6363
},
6464
"nplurals=1; plural=0;");

apps/updatenotification/l10n/ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"The selected update channel does not support updates of the server." : "選択したチャンネルでは、サーバーのアップデートをサポートしていません。",
5858
"Changelog for app {app}" : "アプリケーション{app}の変更ログ",
5959
"What's new in {app} version {version}" : "{app}バージョン{version}の新機能",
60-
"{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。"
60+
"{version} is available. Get more information on how to update." : "{version} が利用可能になりました。アップデート方法について詳細情報を確認してください。"
6161
},"pluralForm" :"nplurals=1; plural=0;"
6262
}

0 commit comments

Comments
 (0)