aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/it.js3
-rw-r--r--apps/files/l10n/it.json3
-rw-r--r--apps/files/l10n/ja.js1
-rw-r--r--apps/files/l10n/ja.json1
-rw-r--r--apps/files/l10n/uk.js1
-rw-r--r--apps/files/l10n/uk.json1
-rw-r--r--apps/files/l10n/zh_TW.js1
-rw-r--r--apps/files/l10n/zh_TW.json1
-rw-r--r--apps/settings/l10n/id.js1
-rw-r--r--apps/settings/l10n/id.json1
-rw-r--r--apps/settings/l10n/lv.js5
-rw-r--r--apps/settings/l10n/lv.json5
-rw-r--r--apps/workflowengine/l10n/pt_PT.js1
-rw-r--r--apps/workflowengine/l10n/pt_PT.json1
14 files changed, 24 insertions, 2 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index 2efb27b7e8d..b1ae315c76b 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -235,6 +235,8 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Impossibile convertire i file: {message}",
"All files failed to be converted" : "Non è stato possibile convertire tutti i file",
"One file could not be converted: {message}" : "Un file non può essere convertito: {message}",
+ "_One file could not be converted_::_%n files could not be converted_" : ["Un file non è stato convertito","%nfile non possono essere convertiti","%n file non possono essere convertiti"],
+ "_One file successfully converted_::_%n files successfully converted_" : ["Un file convertito correttamente","%nfile convertiti con successo","%n file convertiti con successo"],
"Files successfully converted" : "File convertiti con successo",
"Failed to convert files" : "Impossibile convertire i file",
"Converting file …" : "Conversione del file …",
@@ -326,6 +328,7 @@ OC.L10N.register(
"Unexpected error: {error}" : "Errore imprevisto: {error}",
"_%n file_::_%n files_" : ["%n file","%n file","%n file"],
"_%n folder_::_%n folders_" : ["%n cartella","%n cartelle","%n cartelle"],
+ "_%n hidden_::_%n hidden_" : ["%n nascosto","%n nascosti","%n nascosti"],
"Filename must not be empty." : "Il nome del file non può essere vuoto.",
"\"{char}\" is not allowed inside a filename." : "\"{char}\" non è consentito in un nome di file.",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" è un nome riservato e non consentito per i nomi di file.",
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json
index 6469fd6f4dc..21b88337ced 100644
--- a/apps/files/l10n/it.json
+++ b/apps/files/l10n/it.json
@@ -233,6 +233,8 @@
"Failed to convert files: {message}" : "Impossibile convertire i file: {message}",
"All files failed to be converted" : "Non è stato possibile convertire tutti i file",
"One file could not be converted: {message}" : "Un file non può essere convertito: {message}",
+ "_One file could not be converted_::_%n files could not be converted_" : ["Un file non è stato convertito","%nfile non possono essere convertiti","%n file non possono essere convertiti"],
+ "_One file successfully converted_::_%n files successfully converted_" : ["Un file convertito correttamente","%nfile convertiti con successo","%n file convertiti con successo"],
"Files successfully converted" : "File convertiti con successo",
"Failed to convert files" : "Impossibile convertire i file",
"Converting file …" : "Conversione del file …",
@@ -324,6 +326,7 @@
"Unexpected error: {error}" : "Errore imprevisto: {error}",
"_%n file_::_%n files_" : ["%n file","%n file","%n file"],
"_%n folder_::_%n folders_" : ["%n cartella","%n cartelle","%n cartelle"],
+ "_%n hidden_::_%n hidden_" : ["%n nascosto","%n nascosti","%n nascosti"],
"Filename must not be empty." : "Il nome del file non può essere vuoto.",
"\"{char}\" is not allowed inside a filename." : "\"{char}\" non è consentito in un nome di file.",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" è un nome riservato e non consentito per i nomi di file.",
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js
index 29e3df2d6c9..5d4430cdfd2 100644
--- a/apps/files/l10n/ja.js
+++ b/apps/files/l10n/ja.js
@@ -328,6 +328,7 @@ OC.L10N.register(
"Unexpected error: {error}" : "予期せぬエラー: {error}",
"_%n file_::_%n files_" : ["%n 個のファイル"],
"_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
+ "_%n hidden_::_%n hidden_" : ["%n 非公開"],
"Filename must not be empty." : "ファイル名は空白にできません。",
"\"{char}\" is not allowed inside a filename." : "\"{char}\"はファイル名には使用できません。",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\"は予約名であり、ファイル名には使用できません。",
diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json
index 2e7fd834b37..9d405b87359 100644
--- a/apps/files/l10n/ja.json
+++ b/apps/files/l10n/ja.json
@@ -326,6 +326,7 @@
"Unexpected error: {error}" : "予期せぬエラー: {error}",
"_%n file_::_%n files_" : ["%n 個のファイル"],
"_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
+ "_%n hidden_::_%n hidden_" : ["%n 非公開"],
"Filename must not be empty." : "ファイル名は空白にできません。",
"\"{char}\" is not allowed inside a filename." : "\"{char}\"はファイル名には使用できません。",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\"は予約名であり、ファイル名には使用できません。",
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index 45c21964030..4518b372a0f 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -328,6 +328,7 @@ OC.L10N.register(
"Unexpected error: {error}" : "Неочікувана помилка: {error}",
"_%n file_::_%n files_" : ["%n файл","%n файли","%n файлів","%n файлів"],
"_%n folder_::_%n folders_" : ["%n каталог ","%n каталоги ","%n каталогів ","%n каталогів"],
+ "_%n hidden_::_%n hidden_" : ["%n приховано","%n приховано","%n приховано","%n приховано"],
"Filename must not be empty." : "Імена файлів не мають бути порожні.",
"\"{char}\" is not allowed inside a filename." : "Символ \"{char}\" не дозволено у імені файлу.",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" є зарезервованим ім'ям і не дозволяється у іменах файлів.",
diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json
index c91052117ba..c27feb57fd8 100644
--- a/apps/files/l10n/uk.json
+++ b/apps/files/l10n/uk.json
@@ -326,6 +326,7 @@
"Unexpected error: {error}" : "Неочікувана помилка: {error}",
"_%n file_::_%n files_" : ["%n файл","%n файли","%n файлів","%n файлів"],
"_%n folder_::_%n folders_" : ["%n каталог ","%n каталоги ","%n каталогів ","%n каталогів"],
+ "_%n hidden_::_%n hidden_" : ["%n приховано","%n приховано","%n приховано","%n приховано"],
"Filename must not be empty." : "Імена файлів не мають бути порожні.",
"\"{char}\" is not allowed inside a filename." : "Символ \"{char}\" не дозволено у імені файлу.",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" є зарезервованим ім'ям і не дозволяється у іменах файлів.",
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js
index 6f006ad46d6..d38585d78a5 100644
--- a/apps/files/l10n/zh_TW.js
+++ b/apps/files/l10n/zh_TW.js
@@ -328,6 +328,7 @@ OC.L10N.register(
"Unexpected error: {error}" : "意外錯誤:{error}",
"_%n file_::_%n files_" : ["%n 個檔案"],
"_%n folder_::_%n folders_" : ["%n 個資料夾"],
+ "_%n hidden_::_%n hidden_" : ["%n 個隱藏"],
"Filename must not be empty." : "檔案名稱不能為空。",
"\"{char}\" is not allowed inside a filename." : "檔案名稱中不允許出現「{char}」",
"\"{segment}\" is a reserved name and not allowed for filenames." : "「{segment}」是保留名稱,不允許用在檔案名稱。",
diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json
index 61df204c208..761f82ddd03 100644
--- a/apps/files/l10n/zh_TW.json
+++ b/apps/files/l10n/zh_TW.json
@@ -326,6 +326,7 @@
"Unexpected error: {error}" : "意外錯誤:{error}",
"_%n file_::_%n files_" : ["%n 個檔案"],
"_%n folder_::_%n folders_" : ["%n 個資料夾"],
+ "_%n hidden_::_%n hidden_" : ["%n 個隱藏"],
"Filename must not be empty." : "檔案名稱不能為空。",
"\"{char}\" is not allowed inside a filename." : "檔案名稱中不允許出現「{char}」",
"\"{segment}\" is a reserved name and not allowed for filenames." : "「{segment}」是保留名稱,不允許用在檔案名稱。",
diff --git a/apps/settings/l10n/id.js b/apps/settings/l10n/id.js
index 510ecca1416..993ba07ad0b 100644
--- a/apps/settings/l10n/id.js
+++ b/apps/settings/l10n/id.js
@@ -151,6 +151,7 @@ OC.L10N.register(
"Group name" : "Nama grup",
"Loading" : "Memuat",
"Type" : "tipe",
+ "Display Name" : "Nama Tampilan",
"Learn more" : "Pelajari lebih lanjut",
"Confirm" : "Konfirmasi",
"Cancel" : "Batal",
diff --git a/apps/settings/l10n/id.json b/apps/settings/l10n/id.json
index 5cbbbbb4a45..de17cd90b46 100644
--- a/apps/settings/l10n/id.json
+++ b/apps/settings/l10n/id.json
@@ -149,6 +149,7 @@
"Group name" : "Nama grup",
"Loading" : "Memuat",
"Type" : "tipe",
+ "Display Name" : "Nama Tampilan",
"Learn more" : "Pelajari lebih lanjut",
"Confirm" : "Konfirmasi",
"Cancel" : "Batal",
diff --git a/apps/settings/l10n/lv.js b/apps/settings/l10n/lv.js
index 1ca4b5d0226..a3181eb53ef 100644
--- a/apps/settings/l10n/lv.js
+++ b/apps/settings/l10n/lv.js
@@ -73,6 +73,7 @@ OC.L10N.register(
"Enforce password protection" : "Ieviest paroles aizsardzību",
"Enforce expiration date" : "Uzspiest beigu datumu",
"Privacy settings for sharing" : "Kopīgošanas privātuma iestatījumi",
+ "Two-Factor Authentication" : "Divpakāpju pieteikšanās",
"Limit to groups" : "Ierobežot kopām",
"Save changes" : "Saglabāt izmaiņas",
"Update to {update}" : "Atjaunināt uz {update}",
@@ -137,7 +138,7 @@ OC.L10N.register(
"Rename group" : "Pārdēvēt kopu",
"Remove group" : "Noņemt grupu",
"Current password" : "Pašreizējā parole",
- "New password" : "Jauna parole",
+ "New password" : "Jaunā parole",
"Change password" : "Mainīt paroli",
"The file must be a PNG or JPG" : "Datnei jābūt PNG vai JPG",
"Unable to update date of birth" : "Nevarēja atjaunināt dzimšanas datumu",
@@ -221,6 +222,8 @@ OC.L10N.register(
"Security & setup warnings" : "Drošības un iestatījumu brīdinājumi",
"All checks passed." : "Visas pārbaudes veiksmīgas.",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Izstrādātās {communityopen}Nextcloud kopiena {linkclose}, {githubopen} avota kods {linkclose} licencēts saskaņā ar {licenseopen}AGPL{linkclose}.",
+ "Use a second factor besides your password to increase security for your account." : "Vēl viena apliecināšanas līdzekļa izmantošana papildus parolei, lai palielinātu sava konta drošību.",
+ "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ja izmanto trešo pušu lietotnes, lai savienotos ar Nextcloud, lūgums ņemt vērā, ka pirms divpakāpju pieteikšanās iespējošanas katrai no tām ir nepieciešams izveidot un izmantot lietotnes paroli.",
"Your biography" : "Jūsu biogrāfija",
"You are using <strong>{usage}</strong>" : "Jūs izmantojat <strong>{usage}</strong>",
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Jūs izmantojat <strong>{usage}</strong> no <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
diff --git a/apps/settings/l10n/lv.json b/apps/settings/l10n/lv.json
index 77b02769e9d..c2ca7aeaf55 100644
--- a/apps/settings/l10n/lv.json
+++ b/apps/settings/l10n/lv.json
@@ -71,6 +71,7 @@
"Enforce password protection" : "Ieviest paroles aizsardzību",
"Enforce expiration date" : "Uzspiest beigu datumu",
"Privacy settings for sharing" : "Kopīgošanas privātuma iestatījumi",
+ "Two-Factor Authentication" : "Divpakāpju pieteikšanās",
"Limit to groups" : "Ierobežot kopām",
"Save changes" : "Saglabāt izmaiņas",
"Update to {update}" : "Atjaunināt uz {update}",
@@ -135,7 +136,7 @@
"Rename group" : "Pārdēvēt kopu",
"Remove group" : "Noņemt grupu",
"Current password" : "Pašreizējā parole",
- "New password" : "Jauna parole",
+ "New password" : "Jaunā parole",
"Change password" : "Mainīt paroli",
"The file must be a PNG or JPG" : "Datnei jābūt PNG vai JPG",
"Unable to update date of birth" : "Nevarēja atjaunināt dzimšanas datumu",
@@ -219,6 +220,8 @@
"Security & setup warnings" : "Drošības un iestatījumu brīdinājumi",
"All checks passed." : "Visas pārbaudes veiksmīgas.",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Izstrādātās {communityopen}Nextcloud kopiena {linkclose}, {githubopen} avota kods {linkclose} licencēts saskaņā ar {licenseopen}AGPL{linkclose}.",
+ "Use a second factor besides your password to increase security for your account." : "Vēl viena apliecināšanas līdzekļa izmantošana papildus parolei, lai palielinātu sava konta drošību.",
+ "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ja izmanto trešo pušu lietotnes, lai savienotos ar Nextcloud, lūgums ņemt vērā, ka pirms divpakāpju pieteikšanās iespējošanas katrai no tām ir nepieciešams izveidot un izmantot lietotnes paroli.",
"Your biography" : "Jūsu biogrāfija",
"You are using <strong>{usage}</strong>" : "Jūs izmantojat <strong>{usage}</strong>",
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Jūs izmantojat <strong>{usage}</strong> no <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
diff --git a/apps/workflowengine/l10n/pt_PT.js b/apps/workflowengine/l10n/pt_PT.js
index 1b863f0c0c7..24aa45be975 100644
--- a/apps/workflowengine/l10n/pt_PT.js
+++ b/apps/workflowengine/l10n/pt_PT.js
@@ -55,6 +55,7 @@ OC.L10N.register(
"and" : "e",
"Cancel" : "Cancelar",
"Delete" : "Apagar",
+ "Show less" : "Mostrar menos",
"matches" : "corresponde",
"does not match" : "não corresponde",
"is" : "é",
diff --git a/apps/workflowengine/l10n/pt_PT.json b/apps/workflowengine/l10n/pt_PT.json
index ce087aeebd4..5cec10df737 100644
--- a/apps/workflowengine/l10n/pt_PT.json
+++ b/apps/workflowengine/l10n/pt_PT.json
@@ -53,6 +53,7 @@
"and" : "e",
"Cancel" : "Cancelar",
"Delete" : "Apagar",
+ "Show less" : "Mostrar menos",
"matches" : "corresponde",
"does not match" : "não corresponde",
"is" : "é",