Skip to content

Commit 7b37a58

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent efd47e7 commit 7b37a58

File tree

32 files changed

+122
-56
lines changed

32 files changed

+122
-56
lines changed

apps/admin_audit/l10n/lv.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ OC.L10N.register(
22
"admin_audit",
33
{
44
"Auditing / Logging" : "Auditēšana / Žurnalizēšana",
5-
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nodrošina Nextcloud žurnalizēšanas iespējas, piemēram, faila piekļuves žurnalizēšanu vai citas sensitīvas darbības."
5+
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nodrošina Nextcloud žurnalēšanas spējas, piemēram, datņu piekļuves žurnalēšanu vai citas jūtīgas darbības."
66
},
77
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");

apps/admin_audit/l10n/lv.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ "translations": {
22
"Auditing / Logging" : "Auditēšana / Žurnalizēšana",
3-
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nodrošina Nextcloud žurnalizēšanas iespējas, piemēram, faila piekļuves žurnalizēšanu vai citas sensitīvas darbības."
3+
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nodrošina Nextcloud žurnalēšanas spējas, piemēram, datņu piekļuves žurnalēšanu vai citas jūtīgas darbības."
44
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
55
}

apps/contactsinteraction/l10n/pt_BR.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ OC.L10N.register(
22
"contactsinteraction",
33
{
44
"Recently contacted" : "Contactados recentemente",
5-
"Contacts Interaction" : "Interação de contatos",
5+
"Contacts Interaction" : "Interação de Contatos",
66
"Manages interaction between accounts and contacts" : "Gerencia a interação entre contas e contatos",
77
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Colete dados sobre interações de contas e contatos e forneça um catálogo de endereços para os dados"
88
},

apps/contactsinteraction/l10n/pt_BR.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "translations": {
22
"Recently contacted" : "Contactados recentemente",
3-
"Contacts Interaction" : "Interação de contatos",
3+
"Contacts Interaction" : "Interação de Contatos",
44
"Manages interaction between accounts and contacts" : "Gerencia a interação entre contas e contatos",
55
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Colete dados sobre interações de contas e contatos e forneça um catálogo de endereços para os dados"
66
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

apps/federatedfilesharing/l10n/ja.js

+10
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ OC.L10N.register(
2323
"Sharing" : "共有",
2424
"Federated file sharing" : "連携共有",
2525
"Provide federated file sharing across servers" : "サーバー間でフェデレーションファイル共有を提供する",
26+
"Confirm data upload to lookup server" : "ルックアップ・サーバーへのデータ・アップロードの確認",
27+
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "有効にすると、スコープの可視性が\"published\"に設定されたすべてのアカウントプロパティ(メールアドレスなど)が自動的に同期され、外部システムに送信され、公開されたグローバルなアドレス帳で利用できるようになります。",
28+
"Disable upload" : "アップロードを無効化",
29+
"Enable data upload" : "データアップロードを有効化",
30+
"Confirm querying lookup server" : "ルックアップサーバーへの問い合わせの確認",
31+
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "有効にすると、共有作成時の検索入力は、パブリックでグローバルなアドレス帳を提供する外部システムに送信されます。",
32+
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "これは、連携共有を容易にするために、連携クラウドIDを取得するために使用されます。",
33+
"Moreover, email addresses of users might be sent to that system in order to verify them." : "さらに、ユーザーを確認するために、ユーザーの電子メールアドレスがそのシステムに送信されることもあります。",
34+
"Disable querying" : "問い合わせを無効化",
35+
"Enable querying" : "問い合わせを有効化",
2636
"Unable to update federated files sharing config" : "クラウド共有設定を更新できませんでした",
2737
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "サーバー間での共有方法を調整します。フェデレート共有を使用している場合は、このサーバーにいる人同士の共有も含まれます。",
2838
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "このサーバのユーザが他のサーバに共有を送信することを許可する (このオプションは公開共有への WebDAV アクセスも許可します)",

apps/federatedfilesharing/l10n/ja.json

+10
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
"Sharing" : "共有",
2222
"Federated file sharing" : "連携共有",
2323
"Provide federated file sharing across servers" : "サーバー間でフェデレーションファイル共有を提供する",
24+
"Confirm data upload to lookup server" : "ルックアップ・サーバーへのデータ・アップロードの確認",
25+
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "有効にすると、スコープの可視性が\"published\"に設定されたすべてのアカウントプロパティ(メールアドレスなど)が自動的に同期され、外部システムに送信され、公開されたグローバルなアドレス帳で利用できるようになります。",
26+
"Disable upload" : "アップロードを無効化",
27+
"Enable data upload" : "データアップロードを有効化",
28+
"Confirm querying lookup server" : "ルックアップサーバーへの問い合わせの確認",
29+
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "有効にすると、共有作成時の検索入力は、パブリックでグローバルなアドレス帳を提供する外部システムに送信されます。",
30+
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "これは、連携共有を容易にするために、連携クラウドIDを取得するために使用されます。",
31+
"Moreover, email addresses of users might be sent to that system in order to verify them." : "さらに、ユーザーを確認するために、ユーザーの電子メールアドレスがそのシステムに送信されることもあります。",
32+
"Disable querying" : "問い合わせを無効化",
33+
"Enable querying" : "問い合わせを有効化",
2434
"Unable to update federated files sharing config" : "クラウド共有設定を更新できませんでした",
2535
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "サーバー間での共有方法を調整します。フェデレート共有を使用している場合は、このサーバーにいる人同士の共有も含まれます。",
2636
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "このサーバのユーザが他のサーバに共有を送信することを許可する (このオプションは公開共有への WebDAV アクセスも許可します)",

apps/files/l10n/ar.js

+1
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ OC.L10N.register(
331331
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و{folderCount} مجلدات","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد"],
332332
"_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد","{fileCount} ملفات و 1 مجلد ","{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد"],
333333
"{fileCount} files and {folderCount} folders" : "{fileCount} ملف و {folderCount} مجلد",
334+
"_(%n hidden)_::_ (%n hidden)_" : [" (%n مخفية)","(%n مخفية)"," (%n مخفية)"," (%n مخفية)"," (%n مخفية)"," (%n مخفية)"],
334335
"Filename must not be empty." : "يجب ألّا يكون اسم الملف فارغاً.",
335336
"\"{char}\" is not allowed inside a filename." : "\"{char}\" غير مسموح به في اسم الملف.",
336337
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" هو اسم محجوز و لا يجوز استعماله كاسم لملف.",

apps/files/l10n/ar.json

+1
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@
329329
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و{folderCount} مجلدات","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد"],
330330
"_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد","{fileCount} ملفات و 1 مجلد ","{fileCount} ملف و 1 مجلد","{fileCount} ملف و 1 مجلد"],
331331
"{fileCount} files and {folderCount} folders" : "{fileCount} ملف و {folderCount} مجلد",
332+
"_(%n hidden)_::_ (%n hidden)_" : [" (%n مخفية)","(%n مخفية)"," (%n مخفية)"," (%n مخفية)"," (%n مخفية)"," (%n مخفية)"],
332333
"Filename must not be empty." : "يجب ألّا يكون اسم الملف فارغاً.",
333334
"\"{char}\" is not allowed inside a filename." : "\"{char}\" غير مسموح به في اسم الملف.",
334335
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" هو اسم محجوز و لا يجوز استعماله كاسم لملف.",

apps/files/l10n/pt_BR.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ OC.L10N.register(
449449
"List of favorites files and folders." : "Lista de arquivos e pastas favoritos.",
450450
"Personal Files" : "Arquivos pessoais",
451451
"Text file" : "Arquivo texto",
452-
"New text file.txt" : "Novo arquivo de texto arquivo.txt",
452+
"New text file.txt" : "Novo arquivo de texto.txt",
453453
"Favored" : "Favoritado",
454454
"Favor" : "Favor",
455455
"Not favored" : "Não favoritado",

apps/files/l10n/pt_BR.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
"List of favorites files and folders." : "Lista de arquivos e pastas favoritos.",
448448
"Personal Files" : "Arquivos pessoais",
449449
"Text file" : "Arquivo texto",
450-
"New text file.txt" : "Novo arquivo de texto arquivo.txt",
450+
"New text file.txt" : "Novo arquivo de texto.txt",
451451
"Favored" : "Favoritado",
452452
"Favor" : "Favor",
453453
"Not favored" : "Não favoritado",

apps/files/l10n/zh_HK.js

+1
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ OC.L10N.register(
331331
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"],
332332
"_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 個檔案與 1 個資料夾"],
333333
"{fileCount} files and {folderCount} folders" : "{fileCount} 個檔案與 {folderCount} 個資料夾",
334+
"_(%n hidden)_::_ (%n hidden)_" : ["(%n 隱藏)"],
334335
"Filename must not be empty." : "檔案名稱不能為空。",
335336
"\"{char}\" is not allowed inside a filename." : "檔案名稱中不允許出現「{char}」",
336337
"\"{segment}\" is a reserved name and not allowed for filenames." : "「{segment}」是保留名稱,不允許用在檔案名稱。",

apps/files/l10n/zh_HK.json

+1
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@
329329
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"],
330330
"_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 個檔案與 1 個資料夾"],
331331
"{fileCount} files and {folderCount} folders" : "{fileCount} 個檔案與 {folderCount} 個資料夾",
332+
"_(%n hidden)_::_ (%n hidden)_" : ["(%n 隱藏)"],
332333
"Filename must not be empty." : "檔案名稱不能為空。",
333334
"\"{char}\" is not allowed inside a filename." : "檔案名稱中不允許出現「{char}」",
334335
"\"{segment}\" is a reserved name and not allowed for filenames." : "「{segment}」是保留名稱,不允許用在檔案名稱。",

apps/files_versions/l10n/ja.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ OC.L10N.register(
2323
"Version restored" : "指定のバージョンが復旧されました",
2424
"Could not restore version" : "このバージョンを復旧できません",
2525
"Could not set version label" : "バージョンラベルを付けることができませんでした",
26-
"Could not delete version" : "指定のバージョンを削除できませんでした"
26+
"Could not delete version" : "指定のバージョンを削除できませんでした",
27+
"File versions" : "ファイルバージョン"
2728
},
2829
"nplurals=1; plural=0;");

apps/files_versions/l10n/ja.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"Version restored" : "指定のバージョンが復旧されました",
2222
"Could not restore version" : "このバージョンを復旧できません",
2323
"Could not set version label" : "バージョンラベルを付けることができませんでした",
24-
"Could not delete version" : "指定のバージョンを削除できませんでした"
24+
"Could not delete version" : "指定のバージョンを削除できませんでした",
25+
"File versions" : "ファイルバージョン"
2526
},"pluralForm" :"nplurals=1; plural=0;"
2627
}

apps/files_versions/l10n/sv.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ OC.L10N.register(
2323
"Version restored" : "Version återställd",
2424
"Could not restore version" : "Kunde inte återställa versionen",
2525
"Could not set version label" : "Det gick inte att ange versionsetikett",
26-
"Could not delete version" : "Det gick inte att ta bort versionen"
26+
"Could not delete version" : "Det gick inte att ta bort versionen",
27+
"File versions" : "Filversioner"
2728
},
2829
"nplurals=2; plural=(n != 1);");

apps/files_versions/l10n/sv.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"Version restored" : "Version återställd",
2222
"Could not restore version" : "Kunde inte återställa versionen",
2323
"Could not set version label" : "Det gick inte att ange versionsetikett",
24-
"Could not delete version" : "Det gick inte att ta bort versionen"
24+
"Could not delete version" : "Det gick inte att ta bort versionen",
25+
"File versions" : "Filversioner"
2526
},"pluralForm" :"nplurals=2; plural=(n != 1);"
2627
}

apps/settings/l10n/es_AR.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/l10n/es_AR.json

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"Set your password" : "Establecé tu contraseña",
103103
"Go to %s" : "Ir a %s",
104104
"Install Client" : "Instalar cliente",
105+
"Logged in account must be a sub admin" : "La cuenta conectada debe ser de un subadministrador",
105106
"Apps" : "Aplicaciones",
106107
"Personal" : "Personal",
107108
"Administration" : "Administración",

0 commit comments

Comments
 (0)