Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jan 22, 2025
1 parent a7fc64a commit cf04c03
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions l10n/de_DE.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"Could not perform update of ExApp" : "Update von ExApp konnte nicht durchgeführt werden",
"ExApp not found, failed to get logs" : "ExApp nicht gefunden, Protokolle konnten nicht abgerufen werden",
"Failed to get container logs. Note: Downloading Docker container works only for containers with the json-file or journald logging driver. Error: %s" : "Containerprotokolle konnten nicht abgerufen werden. Hinweis: Das Herunterladen des Docker-Containers funktioniert nur für Container mit der JSON-Datei oder dem Journald-Protokollierungstreiber. Fehler: %s",
"ExApp not found, failed to get deploy options" : "ExApp nicht gefunden, Bereitstellungsoptionen konnten nicht abgerufen werden",
"AppAPI authentication failed" : "AppAPI-Authentifizierung fehlgeschlagen",
"AppAPI ExApp notifier" : "AppAPI ExApp Benachrichtigung",
"AppAPI" : "AppAPI",
Expand Down
1 change: 1 addition & 0 deletions l10n/gl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions l10n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"Could not perform update of ExApp" : "Non foi posíbel realizar a actualización da aplicación externa (ExApp)",
"ExApp not found, failed to get logs" : "Non se atopou a aplicación externa (ExApp), produciuse un fallo ao obter os rexistros",
"Failed to get container logs. Note: Downloading Docker container works only for containers with the json-file or journald logging driver. Error: %s" : "Produciuse un erro ao obter os rexistros do contedor. Nota: a descarga do contedor Docker só funciona para contedores co controlador de rexistro json-file ou journald. Erro: %s",
"ExApp not found, failed to get deploy options" : "Non se atopou a aplicación externa (ExApp), produciuse un fallo ao obter as opcións de despregue",
"AppAPI authentication failed" : "Fallou a autenticación da AppAPI",
"AppAPI ExApp notifier" : "Notificador de AppAPI para aplicación externa (ExApp)",
"AppAPI" : "AppAPI (API de ExApps)",
Expand Down
2 changes: 1 addition & 1 deletion l10n/sr.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ OC.L10N.register(
"Wait for initialization step to finish" : "Чека се да се заврши корак иницијализације",
"Enabled" : "укључено",
"Check if ExApp successfully handled the enabled event and registered all stuff properly" : "Проверава да ли је ExApp успешно обрадила уљкучени догађај и регистровала све ствари како треба",
"Only if ExApp container is preset" : "Само ако је присутан ExApp контејтнер",
"Only if ExApp container is preset" : "Само ако је присутан ExApp контејнер",
"Deploy test passed successfully!" : "Тест постављања је успешно прошао!",
"Deploy test failed at step \"{step}\"" : "Тест постављања је пао на кораку „{step}”",
"Edit Deploy Daemon" : "Уреди Даемона за постављање",
Expand Down
2 changes: 1 addition & 1 deletion l10n/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"Wait for initialization step to finish" : "Чека се да се заврши корак иницијализације",
"Enabled" : "укључено",
"Check if ExApp successfully handled the enabled event and registered all stuff properly" : "Проверава да ли је ExApp успешно обрадила уљкучени догађај и регистровала све ствари како треба",
"Only if ExApp container is preset" : "Само ако је присутан ExApp контејтнер",
"Only if ExApp container is preset" : "Само ако је присутан ExApp контејнер",
"Deploy test passed successfully!" : "Тест постављања је успешно прошао!",
"Deploy test failed at step \"{step}\"" : "Тест постављања је пао на кораку „{step}”",
"Edit Deploy Daemon" : "Уреди Даемона за постављање",
Expand Down
1 change: 1 addition & 0 deletions l10n/zh_TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ OC.L10N.register(
"Could not perform update of ExApp" : "無法執行 ExApp 的更新",
"ExApp not found, failed to get logs" : "找不到 ExApp,無法取得紀錄檔",
"Failed to get container logs. Note: Downloading Docker container works only for containers with the json-file or journald logging driver. Error: %s" : "無法取得容器紀錄檔。注意:下載 Docker 容器僅適用於有 json 檔案或 journald 紀錄檔驅動程式的容器。錯誤:%s",
"ExApp not found, failed to get deploy options" : "找不到 ExApp,無法取得部署選項",
"AppAPI authentication failed" : "AppAPI 驗證失敗",
"AppAPI ExApp notifier" : "AppAPI ExApp 通知",
"AppAPI" : "AppAPI",
Expand Down
1 change: 1 addition & 0 deletions l10n/zh_TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"Could not perform update of ExApp" : "無法執行 ExApp 的更新",
"ExApp not found, failed to get logs" : "找不到 ExApp,無法取得紀錄檔",
"Failed to get container logs. Note: Downloading Docker container works only for containers with the json-file or journald logging driver. Error: %s" : "無法取得容器紀錄檔。注意:下載 Docker 容器僅適用於有 json 檔案或 journald 紀錄檔驅動程式的容器。錯誤:%s",
"ExApp not found, failed to get deploy options" : "找不到 ExApp,無法取得部署選項",
"AppAPI authentication failed" : "AppAPI 驗證失敗",
"AppAPI ExApp notifier" : "AppAPI ExApp 通知",
"AppAPI" : "AppAPI",
Expand Down

0 comments on commit cf04c03

Please sign in to comment.