summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/l10n/zh_TW.js27
-rw-r--r--apps/comments/l10n/zh_TW.json27
-rw-r--r--apps/federatedfilesharing/l10n/it.js4
-rw-r--r--apps/federatedfilesharing/l10n/it.json4
-rw-r--r--apps/federation/l10n/it.js2
-rw-r--r--apps/federation/l10n/it.json2
-rw-r--r--apps/files/l10n/hu_HU.js4
-rw-r--r--apps/files/l10n/hu_HU.json4
-rw-r--r--apps/files/l10n/ja.js6
-rw-r--r--apps/files/l10n/ja.json6
-rw-r--r--apps/files/l10n/lt_LT.js14
-rw-r--r--apps/files/l10n/lt_LT.json14
-rw-r--r--apps/files/l10n/sl.js7
-rw-r--r--apps/files/l10n/sl.json7
-rw-r--r--apps/files_versions/l10n/hu_HU.js2
-rw-r--r--apps/files_versions/l10n/hu_HU.json2
-rw-r--r--apps/systemtags/l10n/hu_HU.js9
-rw-r--r--apps/systemtags/l10n/hu_HU.json9
-rw-r--r--apps/twofactor_backupcodes/l10n/hu_HU.js17
-rw-r--r--apps/twofactor_backupcodes/l10n/hu_HU.json15
-rw-r--r--apps/updatenotification/l10n/cs_CZ.js1
-rw-r--r--apps/updatenotification/l10n/cs_CZ.json1
-rw-r--r--apps/updatenotification/l10n/de.js1
-rw-r--r--apps/updatenotification/l10n/de.json1
-rw-r--r--apps/updatenotification/l10n/de_DE.js1
-rw-r--r--apps/updatenotification/l10n/de_DE.json1
-rw-r--r--apps/updatenotification/l10n/en_GB.js1
-rw-r--r--apps/updatenotification/l10n/en_GB.json1
-rw-r--r--apps/updatenotification/l10n/es.js1
-rw-r--r--apps/updatenotification/l10n/es.json1
-rw-r--r--apps/updatenotification/l10n/fr.js1
-rw-r--r--apps/updatenotification/l10n/fr.json1
-rw-r--r--apps/updatenotification/l10n/id.js1
-rw-r--r--apps/updatenotification/l10n/id.json1
-rw-r--r--apps/updatenotification/l10n/is.js1
-rw-r--r--apps/updatenotification/l10n/is.json1
-rw-r--r--apps/updatenotification/l10n/it.js1
-rw-r--r--apps/updatenotification/l10n/it.json1
-rw-r--r--apps/updatenotification/l10n/ja.js1
-rw-r--r--apps/updatenotification/l10n/ja.json1
-rw-r--r--apps/updatenotification/l10n/nl.js1
-rw-r--r--apps/updatenotification/l10n/nl.json1
-rw-r--r--apps/updatenotification/l10n/pt_BR.js1
-rw-r--r--apps/updatenotification/l10n/pt_BR.json1
-rw-r--r--apps/updatenotification/l10n/ru.js1
-rw-r--r--apps/updatenotification/l10n/ru.json1
-rw-r--r--apps/updatenotification/l10n/tr.js1
-rw-r--r--apps/updatenotification/l10n/tr.json1
-rw-r--r--apps/user_ldap/l10n/ja.js1
-rw-r--r--apps/user_ldap/l10n/ja.json1
50 files changed, 128 insertions, 84 deletions
diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js
index 14bb4ad7af4..3a85b07cdc2 100644
--- a/apps/comments/l10n/zh_TW.js
+++ b/apps/comments/l10n/zh_TW.js
@@ -1,22 +1,25 @@
OC.L10N.register(
"comments",
{
- "Type in a new comment..." : "輸入新留言…",
- "Delete comment" : "刪除留言",
+ "New comment …" : "新備註...",
+ "Delete comment" : "刪除備註",
"Post" : "送出",
"Cancel" : "取消",
- "Edit comment" : "編輯留言",
+ "Edit comment" : "編輯備註",
"[Deleted user]" : "[已刪除的使用者]",
- "Comments" : "留言",
- "No other comments available" : "沒有其他留言",
- "More comments..." : "更多留言…",
+ "Comments" : "備註",
+ "No comments yet, start the conversation!" : "無備註,開始對談 !",
+ "More comments …" : "更多備註...",
"Save" : "儲存",
"Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}",
- "{count} unread comments" : "{count} 則未讀留言",
- "Comment" : "留言",
- "You commented" : "您留言",
- "%1$s commented" : "%1$s 留言",
- "You commented on %2$s" : "您對 %2$s 留言",
- "%1$s commented on %2$s" : "%1$s 對 %2$s 留言"
+ "{count} unread comments" : "{count} 則未讀備註",
+ "Comment" : "備註",
+ "You commented" : "您已備註",
+ "%1$s commented" : "%1$s 備註",
+ "You commented on %2$s" : "您對 %2$s 備註",
+ "%1$s commented on %2$s" : "%1$s 對 %2$s 備註",
+ "Type in a new comment..." : "輸入新備註…",
+ "No other comments available" : "沒有其他備註",
+ "More comments..." : "更多備註…"
},
"nplurals=1; plural=0;");
diff --git a/apps/comments/l10n/zh_TW.json b/apps/comments/l10n/zh_TW.json
index e8dce02fc7b..51883b9e8a1 100644
--- a/apps/comments/l10n/zh_TW.json
+++ b/apps/comments/l10n/zh_TW.json
@@ -1,20 +1,23 @@
{ "translations": {
- "Type in a new comment..." : "輸入新留言…",
- "Delete comment" : "刪除留言",
+ "New comment …" : "新備註...",
+ "Delete comment" : "刪除備註",
"Post" : "送出",
"Cancel" : "取消",
- "Edit comment" : "編輯留言",
+ "Edit comment" : "編輯備註",
"[Deleted user]" : "[已刪除的使用者]",
- "Comments" : "留言",
- "No other comments available" : "沒有其他留言",
- "More comments..." : "更多留言…",
+ "Comments" : "備註",
+ "No comments yet, start the conversation!" : "無備註,開始對談 !",
+ "More comments …" : "更多備註...",
"Save" : "儲存",
"Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}",
- "{count} unread comments" : "{count} 則未讀留言",
- "Comment" : "留言",
- "You commented" : "您留言",
- "%1$s commented" : "%1$s 留言",
- "You commented on %2$s" : "您對 %2$s 留言",
- "%1$s commented on %2$s" : "%1$s 對 %2$s 留言"
+ "{count} unread comments" : "{count} 則未讀備註",
+ "Comment" : "備註",
+ "You commented" : "您已備註",
+ "%1$s commented" : "%1$s 備註",
+ "You commented on %2$s" : "您對 %2$s 備註",
+ "%1$s commented on %2$s" : "%1$s 對 %2$s 備註",
+ "Type in a new comment..." : "輸入新備註…",
+ "No other comments available" : "沒有其他備註",
+ "More comments..." : "更多備註…"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/federatedfilesharing/l10n/it.js b/apps/federatedfilesharing/l10n/it.js
index 9873a708c05..2c0942e65e8 100644
--- a/apps/federatedfilesharing/l10n/it.js
+++ b/apps/federatedfilesharing/l10n/it.js
@@ -13,8 +13,8 @@ OC.L10N.register(
"Press Ctrl-C to copy." : "Premi Ctrl-C per copiare.",
"Invalid Federated Cloud ID" : "ID di cloud federata non valido",
"Server to server sharing is not enabled on this server" : "La condivisione tra server non è abilitata su questo server",
- "Couldn't establish a federated share." : "Impossibile stabilire una condivisione federata",
- "Couldn't establish a federated share, maybe the password was wrong." : "Impossibile stabilire una condivisione federata, forse la password non è corretta",
+ "Couldn't establish a federated share." : "Impossibile stabilire una condivisione federata.",
+ "Couldn't establish a federated share, maybe the password was wrong." : "Impossibile stabilire una condivisione federata, forse la password non è corretta.",
"Federated Share request was successful, you will receive a invitation. Check your notifications." : "La richiesta della condivisione federata è stata eseguita con successo, riceverai un invito. Controlla le tue notifiche.",
"The mountpoint name contains invalid characters." : "Il nome del punto di mount contiene caratteri non validi.",
"Not allowed to create a federated share with the owner." : "Non è consentito di creare una condivisione federata con il proprietario.",
diff --git a/apps/federatedfilesharing/l10n/it.json b/apps/federatedfilesharing/l10n/it.json
index dcc83a1fc19..85cfd1f2cd8 100644
--- a/apps/federatedfilesharing/l10n/it.json
+++ b/apps/federatedfilesharing/l10n/it.json
@@ -11,8 +11,8 @@
"Press Ctrl-C to copy." : "Premi Ctrl-C per copiare.",
"Invalid Federated Cloud ID" : "ID di cloud federata non valido",
"Server to server sharing is not enabled on this server" : "La condivisione tra server non è abilitata su questo server",
- "Couldn't establish a federated share." : "Impossibile stabilire una condivisione federata",
- "Couldn't establish a federated share, maybe the password was wrong." : "Impossibile stabilire una condivisione federata, forse la password non è corretta",
+ "Couldn't establish a federated share." : "Impossibile stabilire una condivisione federata.",
+ "Couldn't establish a federated share, maybe the password was wrong." : "Impossibile stabilire una condivisione federata, forse la password non è corretta.",
"Federated Share request was successful, you will receive a invitation. Check your notifications." : "La richiesta della condivisione federata è stata eseguita con successo, riceverai un invito. Controlla le tue notifiche.",
"The mountpoint name contains invalid characters." : "Il nome del punto di mount contiene caratteri non validi.",
"Not allowed to create a federated share with the owner." : "Non è consentito di creare una condivisione federata con il proprietario.",
diff --git a/apps/federation/l10n/it.js b/apps/federation/l10n/it.js
index d15d3f80fd1..6b96d124c6a 100644
--- a/apps/federation/l10n/it.js
+++ b/apps/federation/l10n/it.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"federation",
{
- "Added to the list of trusted servers" : "Aggiunto alla lista dei server affidabili",
+ "Added to the list of trusted servers" : "Aggiunto all'elenco dei server affidabili",
"Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.",
"No server to federate with found" : "Non ho trovato alcun server per la federazione",
"Could not add server" : "Impossibile aggiungere il server",
diff --git a/apps/federation/l10n/it.json b/apps/federation/l10n/it.json
index c728154eed2..642f640bd92 100644
--- a/apps/federation/l10n/it.json
+++ b/apps/federation/l10n/it.json
@@ -1,5 +1,5 @@
{ "translations": {
- "Added to the list of trusted servers" : "Aggiunto alla lista dei server affidabili",
+ "Added to the list of trusted servers" : "Aggiunto all'elenco dei server affidabili",
"Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.",
"No server to federate with found" : "Non ho trovato alcun server per la federazione",
"Could not add server" : "Impossibile aggiungere il server",
diff --git a/apps/files/l10n/hu_HU.js b/apps/files/l10n/hu_HU.js
index 63d47279774..c22252607a9 100644
--- a/apps/files/l10n/hu_HU.js
+++ b/apps/files/l10n/hu_HU.js
@@ -84,13 +84,13 @@ OC.L10N.register(
"Your storage is full, files can not be updated or synced anymore!" : "A tároló tele van, a fájlok nem frissíthetőek vagy szinkronizálhatóak a jövőben.",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "A {owner} felhasználó tárolója majdnem betelt ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "A tároló majdnem tele van ({usedSpacePercent}%)",
- "_matches '{filter}'_::_match '{filter}'_" : ["egyezések '{filter}'","egyezés '{filter}'"],
+ "_matches '{filter}'_::_match '{filter}'_" : ["egyezés '{filter}'","egyezés '{filter}'"],
"View in folder" : "Megtekintés mappában",
"Path" : "Útvonal",
"_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"],
"Favorited" : "Kedvenc",
"Favorite" : "Kedvenc",
- "Local link" : "Helyi összeköttetés",
+ "Local link" : "Helyi hivatkozás",
"Folder" : "Mappa",
"New folder" : "Új mappa",
"{newname} already exists" : "{newname} már létezik",
diff --git a/apps/files/l10n/hu_HU.json b/apps/files/l10n/hu_HU.json
index 1b6d0f7cabf..95b67095354 100644
--- a/apps/files/l10n/hu_HU.json
+++ b/apps/files/l10n/hu_HU.json
@@ -82,13 +82,13 @@
"Your storage is full, files can not be updated or synced anymore!" : "A tároló tele van, a fájlok nem frissíthetőek vagy szinkronizálhatóak a jövőben.",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "A {owner} felhasználó tárolója majdnem betelt ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "A tároló majdnem tele van ({usedSpacePercent}%)",
- "_matches '{filter}'_::_match '{filter}'_" : ["egyezések '{filter}'","egyezés '{filter}'"],
+ "_matches '{filter}'_::_match '{filter}'_" : ["egyezés '{filter}'","egyezés '{filter}'"],
"View in folder" : "Megtekintés mappában",
"Path" : "Útvonal",
"_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"],
"Favorited" : "Kedvenc",
"Favorite" : "Kedvenc",
- "Local link" : "Helyi összeköttetés",
+ "Local link" : "Helyi hivatkozás",
"Folder" : "Mappa",
"New folder" : "Új mappa",
"{newname} already exists" : "{newname} már létezik",
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js
index 81de770bc1b..009950730d1 100644
--- a/apps/files/l10n/ja.js
+++ b/apps/files/l10n/ja.js
@@ -21,6 +21,7 @@ OC.L10N.register(
"Invalid directory." : "無効なディレクトリです。",
"Files" : "ファイル",
"All files" : "すべてのファイル",
+ "Recent" : "最新",
"File could not be found" : "ファイルを見つけられませんでした",
"Home" : "ホーム",
"Close" : "閉じる",
@@ -73,6 +74,7 @@ OC.L10N.register(
"_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
"_%n file_::_%n files_" : ["%n 個のファイル"],
"{dirs} and {files}" : "{dirs} と {files}",
+ "_including %n hidden_::_including %n hidden_" : ["%n 個の隠しファイルが含まれています"],
"You don’t have permission to upload or create files here" : "ここにファイルをアップロードもしくは作成する権限がありません",
"_Uploading %n file_::_Uploading %n files_" : ["%n 個のファイルをアップロード中"],
"New" : "新規作成",
@@ -131,6 +133,8 @@ OC.L10N.register(
"No favorites" : "お気に入りなし",
"Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。",
"Text file" : "テキストファイル",
- "New text file.txt" : "新規のテキストファイル作成"
+ "New text file.txt" : "新規のテキストファイル作成",
+ "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "<a href=\"%s\" target=\"_blank\">WebDAV 経由でファイルにアクセス</a> するにはこのアドレスを利用してください",
+ "Cancel upload" : "アップロードをキャンセル"
},
"nplurals=1; plural=0;");
diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json
index dd3fd5529a2..47f76ff74a1 100644
--- a/apps/files/l10n/ja.json
+++ b/apps/files/l10n/ja.json
@@ -19,6 +19,7 @@
"Invalid directory." : "無効なディレクトリです。",
"Files" : "ファイル",
"All files" : "すべてのファイル",
+ "Recent" : "最新",
"File could not be found" : "ファイルを見つけられませんでした",
"Home" : "ホーム",
"Close" : "閉じる",
@@ -71,6 +72,7 @@
"_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
"_%n file_::_%n files_" : ["%n 個のファイル"],
"{dirs} and {files}" : "{dirs} と {files}",
+ "_including %n hidden_::_including %n hidden_" : ["%n 個の隠しファイルが含まれています"],
"You don’t have permission to upload or create files here" : "ここにファイルをアップロードもしくは作成する権限がありません",
"_Uploading %n file_::_Uploading %n files_" : ["%n 個のファイルをアップロード中"],
"New" : "新規作成",
@@ -129,6 +131,8 @@
"No favorites" : "お気に入りなし",
"Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。",
"Text file" : "テキストファイル",
- "New text file.txt" : "新規のテキストファイル作成"
+ "New text file.txt" : "新規のテキストファイル作成",
+ "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "<a href=\"%s\" target=\"_blank\">WebDAV 経由でファイルにアクセス</a> するにはこのアドレスを利用してください",
+ "Cancel upload" : "アップロードをキャンセル"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js
index 524877d6137..492c0f5cacc 100644
--- a/apps/files/l10n/lt_LT.js
+++ b/apps/files/l10n/lt_LT.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"files",
{
- "Storage not available" : "Saugykla nepasiekiama",
+ "Storage not available" : "Saugykla neprieinama",
"Storage invalid" : "Saugykla neteisinga",
"Unknown error" : "Neatpažinta klaida",
"Unable to set upload directory." : "Nepavyksta nustatyti įkėlimų katalogo.",
@@ -18,19 +18,19 @@ OC.L10N.register(
"The target folder has been moved or deleted." : "Tikslo aplankas buvo perkeltas ar ištrintas.",
"Upload failed. Could not find uploaded file" : "Įkėlimas nepavyko. Nepavyko rasti įkelto failo",
"Upload failed. Could not get file info." : "Įkėlimas nepavyko. Nepavyko gauti failo informacijos.",
- "Invalid directory." : "Neteisingas aplankas",
+ "Invalid directory." : "Neteisingas katalogas.",
"Files" : "Failai",
"All files" : "Visi failai",
"Home" : "Namų",
"Close" : "Užverti",
"Favorites" : "Mėgstamiausi",
- "Upload cancelled." : "Įkėlimas atšauktas.",
- "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai katalogas arba yra 0 baitų dydžio",
+ "Upload cancelled." : "Įkėlimo atsisakyta.",
+ "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai katalogas arba failas yra 0 baitų dydžio",
"Total file size {size1} exceeds upload limit {size2}" : "Visas failo dydis {size1} viršyja įkėlimo limitą {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Keliate {size1}, bet tik {size2} yra likę",
"Could not get result from server." : "Nepavyko gauti rezultato iš serverio.",
"Uploading..." : "Įkeliama...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas pradėtas. Jei paliksite šį puslapį, įkėlimas nutrūks.",
+ "File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas yra eigoje. Jei išeisite iš šio puslapio, įkėlimo bus atsisakyta.",
"Actions" : "Veiksmai",
"Download" : "Atsisiųsti",
"Rename" : "Pervadinti",
@@ -42,7 +42,7 @@ OC.L10N.register(
"Pending" : "Laukiantis",
"Unable to determine date" : "Nepavyksta nustatyti datos",
"This operation is forbidden" : "Ši operacija yra uždrausta",
- "This directory is unavailable, please check the logs or contact the administrator" : "Katalogas nepasiekiamas, prašome peržiūrėti žurnalo įrašus arba susisiekti su administratoriumi",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Katalogas neprieinamas, prašome peržiūrėti žurnalo įrašus arba susisiekti su administratoriumi",
"Could not move \"{file}\", target exists" : "Nepavyko perkelti \"{file}\", toks jau egzistuoja",
"Could not move \"{file}\"" : "Nepavyko perkelti \"{file}\"",
"{newName} already exists" : "{newName} jau egzistuoja",
@@ -101,7 +101,7 @@ OC.L10N.register(
"File handling" : "Failų tvarkymas",
"Maximum upload size" : "Maksimalus įkeliamo failo dydis",
"max. possible: " : "maks. galima:",
- "Save" : "Išsaugoti",
+ "Save" : "Įrašyti",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Su PHP-FPM atnaujinimai gali užtrukti apie 5min.",
"Missing permissions to edit from here." : "Draudžiama iš čia redaguoti",
"Settings" : "Nustatymai",
diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json
index a75798167ae..1d6ea355e5c 100644
--- a/apps/files/l10n/lt_LT.json
+++ b/apps/files/l10n/lt_LT.json
@@ -1,5 +1,5 @@
{ "translations": {
- "Storage not available" : "Saugykla nepasiekiama",
+ "Storage not available" : "Saugykla neprieinama",
"Storage invalid" : "Saugykla neteisinga",
"Unknown error" : "Neatpažinta klaida",
"Unable to set upload directory." : "Nepavyksta nustatyti įkėlimų katalogo.",
@@ -16,19 +16,19 @@
"The target folder has been moved or deleted." : "Tikslo aplankas buvo perkeltas ar ištrintas.",
"Upload failed. Could not find uploaded file" : "Įkėlimas nepavyko. Nepavyko rasti įkelto failo",
"Upload failed. Could not get file info." : "Įkėlimas nepavyko. Nepavyko gauti failo informacijos.",
- "Invalid directory." : "Neteisingas aplankas",
+ "Invalid directory." : "Neteisingas katalogas.",
"Files" : "Failai",
"All files" : "Visi failai",
"Home" : "Namų",
"Close" : "Užverti",
"Favorites" : "Mėgstamiausi",
- "Upload cancelled." : "Įkėlimas atšauktas.",
- "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai katalogas arba yra 0 baitų dydžio",
+ "Upload cancelled." : "Įkėlimo atsisakyta.",
+ "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai katalogas arba failas yra 0 baitų dydžio",
"Total file size {size1} exceeds upload limit {size2}" : "Visas failo dydis {size1} viršyja įkėlimo limitą {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Keliate {size1}, bet tik {size2} yra likę",
"Could not get result from server." : "Nepavyko gauti rezultato iš serverio.",
"Uploading..." : "Įkeliama...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas pradėtas. Jei paliksite šį puslapį, įkėlimas nutrūks.",
+ "File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas yra eigoje. Jei išeisite iš šio puslapio, įkėlimo bus atsisakyta.",
"Actions" : "Veiksmai",
"Download" : "Atsisiųsti",
"Rename" : "Pervadinti",
@@ -40,7 +40,7 @@
"Pending" : "Laukiantis",
"Unable to determine date" : "Nepavyksta nustatyti datos",
"This operation is forbidden" : "Ši operacija yra uždrausta",
- "This directory is unavailable, please check the logs or contact the administrator" : "Katalogas nepasiekiamas, prašome peržiūrėti žurnalo įrašus arba susisiekti su administratoriumi",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Katalogas neprieinamas, prašome peržiūrėti žurnalo įrašus arba susisiekti su administratoriumi",
"Could not move \"{file}\", target exists" : "Nepavyko perkelti \"{file}\", toks jau egzistuoja",
"Could not move \"{file}\"" : "Nepavyko perkelti \"{file}\"",
"{newName} already exists" : "{newName} jau egzistuoja",
@@ -99,7 +99,7 @@
"File handling" : "Failų tvarkymas",
"Maximum upload size" : "Maksimalus įkeliamo failo dydis",
"max. possible: " : "maks. galima:",
- "Save" : "Išsaugoti",
+ "Save" : "Įrašyti",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Su PHP-FPM atnaujinimai gali užtrukti apie 5min.",
"Missing permissions to edit from here." : "Draudžiama iš čia redaguoti",
"Settings" : "Nustatymai",
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js
index 6cd50d3f2ab..b6f07f4d534 100644
--- a/apps/files/l10n/sl.js
+++ b/apps/files/l10n/sl.js
@@ -21,6 +21,7 @@ OC.L10N.register(
"Invalid directory." : "Neveljavna mapa.",
"Files" : "Datoteke",
"All files" : "Vse datoteke",
+ "Recent" : "Nedavno",
"File could not be found" : "Datoteke ne najdem",
"Home" : "Domači naslov",
"Close" : "Zapri",
@@ -73,6 +74,7 @@ OC.L10N.register(
"_%n folder_::_%n folders_" : ["%n mapa","%n mapi","%n mape","%n map"],
"_%n file_::_%n files_" : ["%n datoteka","%n datoteki","%n datoteke","%n datotek"],
"{dirs} and {files}" : "{dirs} in {files}",
+ "_including %n hidden_::_including %n hidden_" : ["Vključujoč %n skrit","Vključujoč %n skrita","Vključujoč %n skritih","Vključujoč %n skritih"],
"You don’t have permission to upload or create files here" : "Ni ustreznih dovoljenj za pošiljanje ali ustvarjanje datotek na tem mestu.",
"_Uploading %n file_::_Uploading %n files_" : ["Posodabljanje %n datoteke","Posodabljanje %n datotek","Posodabljanje %n datotek","Posodabljanje %n datotek"],
"New" : "Novo",
@@ -83,6 +85,7 @@ OC.L10N.register(
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Shramba uporabnika {owner} je polna ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)" : "Prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["se sklada s filtrom '{filter}'","se skladata s filtrom '{filter}'","se skladajo s filtrom '{filter}'","se skladajo s filtrom '{filter}'"],
+ "View in folder" : "Prikaži v mapi",
"Path" : "Pot",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajta","%n bajti","%n bajtov"],
"Favorited" : "Označeno kot priljubljeno",
@@ -130,6 +133,8 @@ OC.L10N.register(
"No favorites" : "Ni priljubljenih predmetov",
"Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo zbrane na tem mestu.",
"Text file" : "Besedilna datoteka",
- "New text file.txt" : "Nova datoteka.txt"
+ "New text file.txt" : "Nova datoteka.txt",
+ "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Uporabi ta naslov za <a href=\"%s\" target=\"_blank\">dostop do tvojih datotek preko WebDAV</a>",
+ "Cancel upload" : "Prekini nalaganje"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json
index 21a93041b18..d3f65d33bba 100644
--- a/apps/files/l10n/sl.json
+++ b/apps/files/l10n/sl.json
@@ -19,6 +19,7 @@
"Invalid directory." : "Neveljavna mapa.",
"Files" : "Datoteke",
"All files" : "Vse datoteke",
+ "Recent" : "Nedavno",
"File could not be found" : "Datoteke ne najdem",
"Home" : "Domači naslov",
"Close" : "Zapri",
@@ -71,6 +72,7 @@
"_%n folder_::_%n folders_" : ["%n mapa","%n mapi","%n mape","%n map"],
"_%n file_::_%n files_" : ["%n datoteka","%n datoteki","%n datoteke","%n datotek"],
"{dirs} and {files}" : "{dirs} in {files}",
+ "_including %n hidden_::_including %n hidden_" : ["Vključujoč %n skrit","Vključujoč %n skrita","Vključujoč %n skritih","Vključujoč %n skritih"],
"You don’t have permission to upload or create files here" : "Ni ustreznih dovoljenj za pošiljanje ali ustvarjanje datotek na tem mestu.",
"_Uploading %n file_::_Uploading %n files_" : ["Posodabljanje %n datoteke","Posodabljanje %n datotek","Posodabljanje %n datotek","Posodabljanje %n datotek"],
"New" : "Novo",
@@ -81,6 +83,7 @@
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Shramba uporabnika {owner} je polna ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)" : "Prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["se sklada s filtrom '{filter}'","se skladata s filtrom '{filter}'","se skladajo s filtrom '{filter}'","se skladajo s filtrom '{filter}'"],
+ "View in folder" : "Prikaži v mapi",
"Path" : "Pot",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajta","%n bajti","%n bajtov"],
"Favorited" : "Označeno kot priljubljeno",
@@ -128,6 +131,8 @@
"No favorites" : "Ni priljubljenih predmetov",
"Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo zbrane na tem mestu.",
"Text file" : "Besedilna datoteka",
- "New text file.txt" : "Nova datoteka.txt"
+ "New text file.txt" : "Nova datoteka.txt",
+ "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Uporabi ta naslov za <a href=\"%s\" target=\"_blank\">dostop do tvojih datotek preko WebDAV</a>",
+ "Cancel upload" : "Prekini nalaganje"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file
diff --git a/apps/files_versions/l10n/hu_HU.js b/apps/files_versions/l10n/hu_HU.js
index 0d499c1cf7e..f9a789cb5ed 100644
--- a/apps/files_versions/l10n/hu_HU.js
+++ b/apps/files_versions/l10n/hu_HU.js
@@ -3,7 +3,7 @@ OC.L10N.register(
{
"Could not revert: %s" : "Nem sikerült átállni a változatra: %s",
"Versions" : "Verziók",
- "Failed to revert {file} to revision {timestamp}." : "Nem sikerült a(z) {file} fájlt erre visszaállítani: {timestamp}.",
+ "Failed to revert {file} to revision {timestamp}." : "{file} fájlt nem sikerült erre visszaállítani: {timestamp}.",
"Restore" : "Visszaállítás",
"No other versions available" : "Nincs több elérhető verzió",
"More versions..." : "További változatok..."
diff --git a/apps/files_versions/l10n/hu_HU.json b/apps/files_versions/l10n/hu_HU.json
index 59b7223a3b9..1ddb3a26341 100644
--- a/apps/files_versions/l10n/hu_HU.json
+++ b/apps/files_versions/l10n/hu_HU.json
@@ -1,7 +1,7 @@
{ "translations": {
"Could not revert: %s" : "Nem sikerült átállni a változatra: %s",
"Versions" : "Verziók",
- "Failed to revert {file} to revision {timestamp}." : "Nem sikerült a(z) {file} fájlt erre visszaállítani: {timestamp}.",
+ "Failed to revert {file} to revision {timestamp}." : "{file} fájlt nem sikerült erre visszaállítani: {timestamp}.",
"Restore" : "Visszaállítás",
"No other versions available" : "Nincs több elérhető verzió",
"More versions..." : "További változatok..."
diff --git a/apps/systemtags/l10n/hu_HU.js b/apps/systemtags/l10n/hu_HU.js
index c9d10d74b62..fc78cc9f51e 100644
--- a/apps/systemtags/l10n/hu_HU.js
+++ b/apps/systemtags/l10n/hu_HU.js
@@ -26,10 +26,17 @@ OC.L10N.register(
"%1$s unassigned system tag %3$s from %2$s" : "%1$s elvette ezt a rendszer címkét %3$s tőle: %2$s",
"%s (restricted)" : "%s (korlátozott)",
"%s (invisible)" : "%s (láthatatlan)",
+ "Collaborative tags" : "Együttműködési címkék",
"Name" : "Név",
+ "Delete" : "Törlés",
+ "Public" : "Nyilvános",
+ "Restricted" : "Korlátozott",
+ "Invisible" : "Láthatatlan",
+ "Reset" : "Visszaállítás",
"No files in here" : "Itt nincsenek fájlok",
"No entries found in this folder" : "Nincsenek bejegyzések ebben a mappában",
"Size" : "Méret",
- "Modified" : "Módosítva"
+ "Modified" : "Módosítva",
+ "%s (not-assignable)" : "%s (nem hozzárendelhető)"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/systemtags/l10n/hu_HU.json b/apps/systemtags/l10n/hu_HU.json
index a72a05d7e57..a14fac23152 100644
--- a/apps/systemtags/l10n/hu_HU.json
+++ b/apps/systemtags/l10n/hu_HU.json
@@ -24,10 +24,17 @@
"%1$s unassigned system tag %3$s from %2$s" : "%1$s elvette ezt a rendszer címkét %3$s tőle: %2$s",
"%s (restricted)" : "%s (korlátozott)",
"%s (invisible)" : "%s (láthatatlan)",
+ "Collaborative tags" : "Együttműködési címkék",
"Name" : "Név",
+ "Delete" : "Törlés",
+ "Public" : "Nyilvános",
+ "Restricted" : "Korlátozott",
+ "Invisible" : "Láthatatlan",
+ "Reset" : "Visszaállítás",
"No files in here" : "Itt nincsenek fájlok",
"No entries found in this folder" : "Nincsenek bejegyzések ebben a mappában",
"Size" : "Méret",
- "Modified" : "Módosítva"
+ "Modified" : "Módosítva",
+ "%s (not-assignable)" : "%s (nem hozzárendelhető)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/twofactor_backupcodes/l10n/hu_HU.js b/apps/twofactor_backupcodes/l10n/hu_HU.js
new file mode 100644
index 00000000000..c5e10d26f2d
--- /dev/null
+++ b/apps/twofactor_backupcodes/l10n/hu_HU.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "twofactor_backupcodes",
+ {
+ "Generate backup codes" : "Biztonsági kód generálás",
+ "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "A biztonsági kódok elkészültek. Felhasználva: {{used}}, ennyiből: {{total}}.",
+ "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Ezek a biztonsági kódjaid. Kérlek mentsd el vagy nyomtasd ki őket úgy hogy később is meglegyenek.",
+ "Save backup codes" : "Biztonsági kódok mentése",
+ "Print backup codes" : "Biztonsági kódok nyomtatása",
+ "Regenerate backup codes" : "Biztonsági kódok újra generálása",
+ "If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra generálod a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
+ "An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok generálása közben",
+ "Nextcloud backup codes" : "Nextcloud biztonsági kódok",
+ "Backup code" : "Biztonsági kód",
+ "Use backup code" : "Biztonsági kód használata",
+ "Second-factor backup codes" : "Második lépcsős biztonsági kódok"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/twofactor_backupcodes/l10n/hu_HU.json b/apps/twofactor_backupcodes/l10n/hu_HU.json
new file mode 100644
index 00000000000..1afa0a6ac84
--- /dev/null
+++ b/apps/twofactor_backupcodes/l10n/hu_HU.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Generate backup codes" : "Biztonsági kód generálás",
+ "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "A biztonsági kódok elkészültek. Felhasználva: {{used}}, ennyiből: {{total}}.",
+ "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Ezek a biztonsági kódjaid. Kérlek mentsd el vagy nyomtasd ki őket úgy hogy később is meglegyenek.",
+ "Save backup codes" : "Biztonsági kódok mentése",
+ "Print backup codes" : "Biztonsági kódok nyomtatása",
+ "Regenerate backup codes" : "Biztonsági kódok újra generálása",
+ "If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra generálod a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
+ "An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok generálása közben",
+ "Nextcloud backup codes" : "Nextcloud biztonsági kódok",
+ "Backup code" : "Biztonsági kód",
+ "Use backup code" : "Biztonsági kód használata",
+ "Second-factor backup codes" : "Második lépcsős biztonsági kódok"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/updatenotification/l10n/cs_CZ.js b/apps/updatenotification/l10n/cs_CZ.js
index 1c4dbf8dec8..43e526726f8 100644
--- a/apps/updatenotification/l10n/cs_CZ.js
+++ b/apps/updatenotification/l10n/cs_CZ.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Aktualizovat upozornění",
"{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.",
- "Updated channel" : "Aktualizovat kanál",
"Nextcloud core" : "Nextcloud Core",
"Update for %1$s to version %2$s is available." : "Je dostupná aktualizace pro %1$s na verzi %2$s.",
"A new version is available: %s" : "Je dostupná nová verze: %s",
diff --git a/apps/updatenotification/l10n/cs_CZ.json b/apps/updatenotification/l10n/cs_CZ.json
index 61088e61bc6..4c258c0d80c 100644
--- a/apps/updatenotification/l10n/cs_CZ.json
+++ b/apps/updatenotification/l10n/cs_CZ.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Aktualizovat upozornění",
"{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.",
- "Updated channel" : "Aktualizovat kanál",
"Nextcloud core" : "Nextcloud Core",
"Update for %1$s to version %2$s is available." : "Je dostupná aktualizace pro %1$s na verzi %2$s.",
"A new version is available: %s" : "Je dostupná nová verze: %s",
diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js
index 39c9d419227..a224ac347f2 100644
--- a/apps/updatenotification/l10n/de.js
+++ b/apps/updatenotification/l10n/de.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Update-Benachrichtigungen",
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
- "Updated channel" : "Update-Kanal",
"Nextcloud core" : "Nextcloud Kern",
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
diff --git a/apps/updatenotification/l10n/de.json b/apps/updatenotification/l10n/de.json
index 870f82a150a..02ad5ea45eb 100644
--- a/apps/updatenotification/l10n/de.json
+++ b/apps/updatenotification/l10n/de.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Update-Benachrichtigungen",
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
- "Updated channel" : "Update-Kanal",
"Nextcloud core" : "Nextcloud Kern",
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js
index 5d0fd3b5900..3b77020f99c 100644
--- a/apps/updatenotification/l10n/de_DE.js
+++ b/apps/updatenotification/l10n/de_DE.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Update-Benachrichtigungen",
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
- "Updated channel" : "Update-Kanal",
"Nextcloud core" : "Nextcloud Kern",
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json
index f8875ef6682..4768a674941 100644
--- a/apps/updatenotification/l10n/de_DE.json
+++ b/apps/updatenotification/l10n/de_DE.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Update-Benachrichtigungen",
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
- "Updated channel" : "Update-Kanal",
"Nextcloud core" : "Nextcloud Kern",
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
diff --git a/apps/updatenotification/l10n/en_GB.js b/apps/updatenotification/l10n/en_GB.js
index aa52aa19f1c..f0ca3b3f6cd 100644
--- a/apps/updatenotification/l10n/en_GB.js
+++ b/apps/updatenotification/l10n/en_GB.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Update notifications",
"{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
- "Updated channel" : "Updated channel",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.",
"A new version is available: %s" : "A new version is available: %s",
diff --git a/apps/updatenotification/l10n/en_GB.json b/apps/updatenotification/l10n/en_GB.json
index 23aa00e0244..10c40fceb9e 100644
--- a/apps/updatenotification/l10n/en_GB.json
+++ b/apps/updatenotification/l10n/en_GB.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Update notifications",
"{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
- "Updated channel" : "Updated channel",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.",
"A new version is available: %s" : "A new version is available: %s",
diff --git a/apps/updatenotification/l10n/es.js b/apps/updatenotification/l10n/es.js
index 5b7b2d06a1a..99a7bb8d5d6 100644
--- a/apps/updatenotification/l10n/es.js
+++ b/apps/updatenotification/l10n/es.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Actualizar notificaciones",
"{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.",
- "Updated channel" : "Canal actualizado",
"Nextcloud core" : "Núcleo de Nextcloud",
"Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.",
"A new version is available: %s" : "Hay una nueva versión disponible: %s",
diff --git a/apps/updatenotification/l10n/es.json b/apps/updatenotification/l10n/es.json
index 560ee441a75..a42e226a725 100644
--- a/apps/updatenotification/l10n/es.json
+++ b/apps/updatenotification/l10n/es.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Actualizar notificaciones",
"{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.",
- "Updated channel" : "Canal actualizado",
"Nextcloud core" : "Núcleo de Nextcloud",
"Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.",
"A new version is available: %s" : "Hay una nueva versión disponible: %s",
diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js
index eaa8124093e..037b0f8e258 100644
--- a/apps/updatenotification/l10n/fr.js
+++ b/apps/updatenotification/l10n/fr.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Notifications de mises à jour",
"{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.",
- "Updated channel" : "Canal à jour",
"Nextcloud core" : "Noyau Nextcloud",
"Update for %1$s to version %2$s is available." : "Une mise à jour de %1$s vers la version %2$s est disponible.",
"A new version is available: %s" : "Une nouvelle version est disponible : %s",
diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json
index 23a97533afc..464b33f2301 100644
--- a/apps/updatenotification/l10n/fr.json
+++ b/apps/updatenotification/l10n/fr.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Notifications de mises à jour",
"{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.",
- "Updated channel" : "Canal à jour",
"Nextcloud core" : "Noyau Nextcloud",
"Update for %1$s to version %2$s is available." : "Une mise à jour de %1$s vers la version %2$s est disponible.",
"A new version is available: %s" : "Une nouvelle version est disponible : %s",
diff --git a/apps/updatenotification/l10n/id.js b/apps/updatenotification/l10n/id.js
index af6d7d70681..44e828102e7 100644
--- a/apps/updatenotification/l10n/id.js
+++ b/apps/updatenotification/l10n/id.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Perbarui pemberitahuan",
"{version} is available. Get more information on how to update." : "{version} tersedia. Dapatkan informasi lebih lanjut cara memperbaruinya.",
- "Updated channel" : "Kanal diperbarui",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Pembaruan untuk %1$s ke versi %2$s tersedia.",
"A new version is available: %s" : "Versi baru tersedia: %s",
diff --git a/apps/updatenotification/l10n/id.json b/apps/updatenotification/l10n/id.json
index aba4ed0c281..9d69b1413c6 100644
--- a/apps/updatenotification/l10n/id.json
+++ b/apps/updatenotification/l10n/id.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Perbarui pemberitahuan",
"{version} is available. Get more information on how to update." : "{version} tersedia. Dapatkan informasi lebih lanjut cara memperbaruinya.",
- "Updated channel" : "Kanal diperbarui",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Pembaruan untuk %1$s ke versi %2$s tersedia.",
"A new version is available: %s" : "Versi baru tersedia: %s",
diff --git a/apps/updatenotification/l10n/is.js b/apps/updatenotification/l10n/is.js
index 41b4445d16a..5c6a7aa8b43 100644
--- a/apps/updatenotification/l10n/is.js
+++ b/apps/updatenotification/l10n/is.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Tilkynningar um uppfærslu",
"{version} is available. Get more information on how to update." : "{version} er í boði. Fáðu frekari upplýsingar um hvernig á að uppfæra.",
- "Updated channel" : "Uppfærði rás",
"Nextcloud core" : "Nextcloud kjarni",
"Update for %1$s to version %2$s is available." : "Upfærsla %1$s í útgáfu %2$s er tiltæk.",
"A new version is available: %s" : "Ný útgáfa er tiltæk: %s",
diff --git a/apps/updatenotification/l10n/is.json b/apps/updatenotification/l10n/is.json
index b318e8fb9e0..d2ec0a98fd3 100644
--- a/apps/updatenotification/l10n/is.json
+++ b/apps/updatenotification/l10n/is.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Tilkynningar um uppfærslu",
"{version} is available. Get more information on how to update." : "{version} er í boði. Fáðu frekari upplýsingar um hvernig á að uppfæra.",
- "Updated channel" : "Uppfærði rás",
"Nextcloud core" : "Nextcloud kjarni",
"Update for %1$s to version %2$s is available." : "Upfærsla %1$s í útgáfu %2$s er tiltæk.",
"A new version is available: %s" : "Ný útgáfa er tiltæk: %s",
diff --git a/apps/updatenotification/l10n/it.js b/apps/updatenotification/l10n/it.js
index ad041adf3cd..a53d763e576 100644
--- a/apps/updatenotification/l10n/it.js
+++ b/apps/updatenotification/l10n/it.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Notifiche di aggiornamento",
"{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.",
- "Updated channel" : "Canale di aggiornamento",
"Nextcloud core" : "Componente principale di Nextcloud",
"Update for %1$s to version %2$s is available." : "È disponibile l'aggiornamento di %1$s alla versione %2$s.",
"A new version is available: %s" : "Una nuova versione è disponibile: %s",
diff --git a/apps/updatenotification/l10n/it.json b/apps/updatenotification/l10n/it.json
index 7d784f312ae..b2a2a7708c1 100644
--- a/apps/updatenotification/l10n/it.json
+++ b/apps/updatenotification/l10n/it.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Notifiche di aggiornamento",
"{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.",
- "Updated channel" : "Canale di aggiornamento",
"Nextcloud core" : "Componente principale di Nextcloud",
"Update for %1$s to version %2$s is available." : "È disponibile l'aggiornamento di %1$s alla versione %2$s.",
"A new version is available: %s" : "Una nuova versione è disponibile: %s",
diff --git a/apps/updatenotification/l10n/ja.js b/apps/updatenotification/l10n/ja.js
index 625fe0568c3..5337d03e8e4 100644
--- a/apps/updatenotification/l10n/ja.js
+++ b/apps/updatenotification/l10n/ja.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "アップデート通知",
"{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。",
- "Updated channel" : "アップデートチャンネル",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "%1$s に対するバージョン %2$s へアップデートが利用可能です。",
"A new version is available: %s" : "新しいバージョンが利用可能: %s",
diff --git a/apps/updatenotification/l10n/ja.json b/apps/updatenotification/l10n/ja.json
index ff4303431d8..db697790a54 100644
--- a/apps/updatenotification/l10n/ja.json
+++ b/apps/updatenotification/l10n/ja.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "アップデート通知",
"{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。",
- "Updated channel" : "アップデートチャンネル",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "%1$s に対するバージョン %2$s へアップデートが利用可能です。",
"A new version is available: %s" : "新しいバージョンが利用可能: %s",
diff --git a/apps/updatenotification/l10n/nl.js b/apps/updatenotification/l10n/nl.js
index eb2657021f2..bfc22d642f8 100644
--- a/apps/updatenotification/l10n/nl.js
+++ b/apps/updatenotification/l10n/nl.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Bijwerken meldingen",
"{version} is available. Get more information on how to update." : "{version} is beschikbaar. Meer informatie over het bijwerken.",
- "Updated channel" : "Bijgewerkt kanaal",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Update voor %1$s naar versie %2$s is beschikbaar.",
"A new version is available: %s" : "Er is een nieuwe versie beschikbaar: %s",
diff --git a/apps/updatenotification/l10n/nl.json b/apps/updatenotification/l10n/nl.json
index 4bdfb9d26a2..391b1d68580 100644
--- a/apps/updatenotification/l10n/nl.json
+++ b/apps/updatenotification/l10n/nl.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Bijwerken meldingen",
"{version} is available. Get more information on how to update." : "{version} is beschikbaar. Meer informatie over het bijwerken.",
- "Updated channel" : "Bijgewerkt kanaal",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Update voor %1$s naar versie %2$s is beschikbaar.",
"A new version is available: %s" : "Er is een nieuwe versie beschikbaar: %s",
diff --git a/apps/updatenotification/l10n/pt_BR.js b/apps/updatenotification/l10n/pt_BR.js
index 9cd22149433..1b72121850f 100644
--- a/apps/updatenotification/l10n/pt_BR.js
+++ b/apps/updatenotification/l10n/pt_BR.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Notificações de atualização",
"{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informações sobre como atualizar.",
- "Updated channel" : "Canal atualizado",
"Nextcloud core" : "Núcleo Nextcloud",
"Update for %1$s to version %2$s is available." : "Atualização de %1$s para versão %2$s está disponível.",
"A new version is available: %s" : "Uma nova versão está disponível: %s",
diff --git a/apps/updatenotification/l10n/pt_BR.json b/apps/updatenotification/l10n/pt_BR.json
index fb784531445..ce3f54be046 100644
--- a/apps/updatenotification/l10n/pt_BR.json
+++ b/apps/updatenotification/l10n/pt_BR.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Notificações de atualização",
"{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informações sobre como atualizar.",
- "Updated channel" : "Canal atualizado",
"Nextcloud core" : "Núcleo Nextcloud",
"Update for %1$s to version %2$s is available." : "Atualização de %1$s para versão %2$s está disponível.",
"A new version is available: %s" : "Uma nova versão está disponível: %s",
diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js
index ab17df7ec31..ef1f6ca88f4 100644
--- a/apps/updatenotification/l10n/ru.js
+++ b/apps/updatenotification/l10n/ru.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Уведомления об обновлениях",
"{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.",
- "Updated channel" : "Обновленный канал",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s.",
"A new version is available: %s" : "Доступна новая версия: %s",
diff --git a/apps/updatenotification/l10n/ru.json b/apps/updatenotification/l10n/ru.json
index 5cf82494096..9040e8b2e78 100644
--- a/apps/updatenotification/l10n/ru.json
+++ b/apps/updatenotification/l10n/ru.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Уведомления об обновлениях",
"{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.",
- "Updated channel" : "Обновленный канал",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s.",
"A new version is available: %s" : "Доступна новая версия: %s",
diff --git a/apps/updatenotification/l10n/tr.js b/apps/updatenotification/l10n/tr.js
index 7474f1b9304..69b5263d4b0 100644
--- a/apps/updatenotification/l10n/tr.js
+++ b/apps/updatenotification/l10n/tr.js
@@ -3,7 +3,6 @@ OC.L10N.register(
{
"Update notifications" : "Bildirimleri güncelle",
"{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.",
- "Updated channel" : "Kanal güncellendi",
"Nextcloud core" : "Nextcloud çekirdeği",
"Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme mevcut.",
"A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
diff --git a/apps/updatenotification/l10n/tr.json b/apps/updatenotification/l10n/tr.json
index ffbae2e0bb3..84698876db7 100644
--- a/apps/updatenotification/l10n/tr.json
+++ b/apps/updatenotification/l10n/tr.json
@@ -1,7 +1,6 @@
{ "translations": {
"Update notifications" : "Bildirimleri güncelle",
"{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.",
- "Updated channel" : "Kanal güncellendi",
"Nextcloud core" : "Nextcloud çekirdeği",
"Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme mevcut.",
"A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
diff --git a/apps/user_ldap/l10n/ja.js b/apps/user_ldap/l10n/ja.js
index fa34e930414..f0e0c70dbed 100644
--- a/apps/user_ldap/l10n/ja.js
+++ b/apps/user_ldap/l10n/ja.js
@@ -47,6 +47,7 @@ OC.L10N.register(
"The %uid placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "%uid のプレースフォルダがありません。プレースフォルダでは、LDAP /ADで問合せするときにログイン名で置き換えられます。",
"Please provide a login name to test against" : "テストの為にログイン名を入力してください。",
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "グループボックスは無効にされました。LDAP/AD サーバーが MemberOf オプションをサポートしていないからです。",
+ "LDAP / AD integration" : "LDAP / AD 統合",
"_%s group found_::_%s groups found_" : ["%s グループが見つかりました"],
"_%s user found_::_%s users found_" : ["%s ユーザーが見つかりました"],
"Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "ユーザー表示名の属性を検出できませんでした。詳細設定で対応する属性を指定してください。",
diff --git a/apps/user_ldap/l10n/ja.json b/apps/user_ldap/l10n/ja.json
index 440ec49cf81..a931cf221b7 100644
--- a/apps/user_ldap/l10n/ja.json
+++ b/apps/user_ldap/l10n/ja.json
@@ -45,6 +45,7 @@
"The %uid placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "%uid のプレースフォルダがありません。プレースフォルダでは、LDAP /ADで問合せするときにログイン名で置き換えられます。",
"Please provide a login name to test against" : "テストの為にログイン名を入力してください。",
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "グループボックスは無効にされました。LDAP/AD サーバーが MemberOf オプションをサポートしていないからです。",
+ "LDAP / AD integration" : "LDAP / AD 統合",
"_%s group found_::_%s groups found_" : ["%s グループが見つかりました"],
"_%s user found_::_%s users found_" : ["%s ユーザーが見つかりました"],
"Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "ユーザー表示名の属性を検出できませんでした。詳細設定で対応する属性を指定してください。",