From a0d23efcfe8d0f0797be96fcb7983b4d0bb52560 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 29 Feb 2024 00:57:19 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ast.js | 10 ++++++++++ l10n/ast.json | 8 ++++++++ l10n/ko.js | 2 ++ l10n/ko.json | 2 ++ 4 files changed, 22 insertions(+) create mode 100644 l10n/ast.js create mode 100644 l10n/ast.json diff --git a/l10n/ast.js b/l10n/ast.js new file mode 100644 index 0000000..3105686 --- /dev/null +++ b/l10n/ast.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "integration_gitlab", + { + "GitLab" : "GitLab", + "Unknown error" : "Error desconocíu", + "Comments" : "Comentarios", + "Author" : "Autoría", + "Owner" : "Propietariu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 0000000..b55df8a --- /dev/null +++ b/l10n/ast.json @@ -0,0 +1,8 @@ +{ "translations": { + "GitLab" : "GitLab", + "Unknown error" : "Error desconocíu", + "Comments" : "Comentarios", + "Author" : "Autoría", + "Owner" : "Propietariu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js index af4c86f..08ace03 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -9,8 +9,10 @@ OC.L10N.register( "Application ID" : "애플리케이션 ID", "Connected as {user}" : "[user]로 연결됨", "Incorrect access token" : "잘못된 액세스 토큰", + "No GitLab account connected" : "연결된 GitLab 계정 없음", "You were mentioned" : "당신이 언급되었습니다.", "Unknown error" : "알 수 없는 오류", + "GitLab connected accounts settings" : "GitLab 연결 계정 설정", "Comments" : "댓글", "Author" : "저자", "Owner" : "소유자" diff --git a/l10n/ko.json b/l10n/ko.json index 97029c1..f731cce 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -7,8 +7,10 @@ "Application ID" : "애플리케이션 ID", "Connected as {user}" : "[user]로 연결됨", "Incorrect access token" : "잘못된 액세스 토큰", + "No GitLab account connected" : "연결된 GitLab 계정 없음", "You were mentioned" : "당신이 언급되었습니다.", "Unknown error" : "알 수 없는 오류", + "GitLab connected accounts settings" : "GitLab 연결 계정 설정", "Comments" : "댓글", "Author" : "저자", "Owner" : "소유자"