diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:05 +0000 |
commit | 94bc020d073011eec8e1f084e9521356574e42f7 (patch) | |
tree | d762a8d08a6e0cd2a338f4b32c49b45498654259 /apps/lookup_server_connector | |
parent | 90a9191fc96d77811779a8b79339143211cae0c0 (diff) | |
download | nextcloud-server-94bc020d073011eec8e1f084e9521356574e42f7.tar.gz nextcloud-server-94bc020d073011eec8e1f084e9521356574e42f7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/lookup_server_connector')
-rw-r--r-- | apps/lookup_server_connector/l10n/eu.js | 1 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/eu.json | 1 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/ga.js | 8 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/ga.json | 6 |
4 files changed, 16 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/eu.js b/apps/lookup_server_connector/l10n/eu.js index b1135463c15..569804b76fa 100644 --- a/apps/lookup_server_connector/l10n/eu.js +++ b/apps/lookup_server_connector/l10n/eu.js @@ -2,6 +2,7 @@ OC.L10N.register( "lookup_server_connector", { "Lookup Server Connector" : "Bilatu zerbitzari-konektorea", + "Sync public account information with the lookup server" : "Sinkronizatu kontu publiko baten informazioa bilaketa-zerbitzariarekin", "Sync public user information with the lookup server" : "Sinkronizatu erabiltzaile publiko baten informazioa bilaketa-zerbitzariarekin" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/lookup_server_connector/l10n/eu.json b/apps/lookup_server_connector/l10n/eu.json index 6a13894c6a1..3eeb74d4f96 100644 --- a/apps/lookup_server_connector/l10n/eu.json +++ b/apps/lookup_server_connector/l10n/eu.json @@ -1,5 +1,6 @@ { "translations": { "Lookup Server Connector" : "Bilatu zerbitzari-konektorea", + "Sync public account information with the lookup server" : "Sinkronizatu kontu publiko baten informazioa bilaketa-zerbitzariarekin", "Sync public user information with the lookup server" : "Sinkronizatu erabiltzaile publiko baten informazioa bilaketa-zerbitzariarekin" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/lookup_server_connector/l10n/ga.js b/apps/lookup_server_connector/l10n/ga.js new file mode 100644 index 00000000000..1df78a5a670 --- /dev/null +++ b/apps/lookup_server_connector/l10n/ga.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Cuardaigh nascóirí freastalaí", + "Sync public account information with the lookup server" : "Sioncronaigh faisnéis chuntas poiblí leis an bhfreastalaí cuardaigh", + "Sync public user information with the lookup server" : "Sioncronaigh faisnéis úsáideora phoiblí leis an bhfreastalaí cuardaigh" +}, +"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/apps/lookup_server_connector/l10n/ga.json b/apps/lookup_server_connector/l10n/ga.json new file mode 100644 index 00000000000..f1da83b6b22 --- /dev/null +++ b/apps/lookup_server_connector/l10n/ga.json @@ -0,0 +1,6 @@ +{ "translations": { + "Lookup Server Connector" : "Cuardaigh nascóirí freastalaí", + "Sync public account information with the lookup server" : "Sioncronaigh faisnéis chuntas poiblí leis an bhfreastalaí cuardaigh", + "Sync public user information with the lookup server" : "Sioncronaigh faisnéis úsáideora phoiblí leis an bhfreastalaí cuardaigh" +},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" +}
\ No newline at end of file |