diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-27 00:19:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-27 00:19:36 +0000 |
commit | 764f34c4f6516fd88621cca3355d09e429257bd7 (patch) | |
tree | 15ebe4118b59378d9de1b0be77ee2254e9e6c587 /apps/files | |
parent | f7dea13c9245d59f8e890929078345d7161c12b4 (diff) | |
download | nextcloud-server-764f34c4f6516fd88621cca3355d09e429257bd7.tar.gz nextcloud-server-764f34c4f6516fd88621cca3355d09e429257bd7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/ko.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/ko.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/nb.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/nb.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index ba53a919e76..94ae6d69eef 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -232,6 +232,7 @@ OC.L10N.register( "Switch to list view" : "목록 보기로 전환", "Switch to grid view" : "바둑판식 보기로 전환", "Error during upload: {message}" : "업로드 오류: {message}", + "Error during upload, status code {status}" : "업로드 중 오류 발생, 상태 코드 {status}", "Unknown error during upload" : "업로드 중 알 수 없는 오류 발생", "Open the files app settings" : "파일 앱 설정을 열기", "Files settings" : "파일 설정", diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index 8822a3b215e..f90cbd66ec4 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -230,6 +230,7 @@ "Switch to list view" : "목록 보기로 전환", "Switch to grid view" : "바둑판식 보기로 전환", "Error during upload: {message}" : "업로드 오류: {message}", + "Error during upload, status code {status}" : "업로드 중 오류 발생, 상태 코드 {status}", "Unknown error during upload" : "업로드 중 알 수 없는 오류 발생", "Open the files app settings" : "파일 앱 설정을 열기", "Files settings" : "파일 설정", diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index 39d4c01e1da..47f80bede60 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -193,6 +193,7 @@ OC.L10N.register( "Share" : "Del med andre", "Shared by link" : "Delt med lenke", "Shared" : "Delt", + "Switch to list view" : "Bytt til listevisning", "Open the files app settings" : "Åpne Filer-appens innstillinger", "Files settings" : "Filinnstillinger", "Show hidden files" : "Vis skjulte filer", diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index fb5c7b1807c..7db54e44330 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -191,6 +191,7 @@ "Share" : "Del med andre", "Shared by link" : "Delt med lenke", "Shared" : "Delt", + "Switch to list view" : "Bytt til listevisning", "Open the files app settings" : "Åpne Filer-appens innstillinger", "Files settings" : "Filinnstillinger", "Show hidden files" : "Vis skjulte filer", |