aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-12-06 00:21:01 +0000
committerNextcloud bot <bot@nextcloud.com>2023-12-06 00:21:01 +0000
commit819d474a48bb67736b2df0ccb03eeebf4f4c6b50 (patch)
tree88445ba2a86b7b9f7eeaba4646a36f6510c2db6e /core
parentfa1c1ac19d3fab19b956ddc8724432f5b6792e9d (diff)
downloadnextcloud-server-819d474a48bb67736b2df0ccb03eeebf4f4c6b50.tar.gz
nextcloud-server-819d474a48bb67736b2df0ccb03eeebf4f4c6b50.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r--core/l10n/de.js7
-rw-r--r--core/l10n/de.json7
-rw-r--r--core/l10n/ko.js24
-rw-r--r--core/l10n/ko.json24
4 files changed, 62 insertions, 0 deletions
diff --git a/core/l10n/de.js b/core/l10n/de.js
index 76a0572ac3a..56a880c610c 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -130,10 +130,13 @@ OC.L10N.register(
"_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"],
"Custom date range" : "Benutzerdefinierter Zeitbereich",
"Pick start date" : "Startdatum wählen",
+ "Pick end date" : "Enddatum wählen",
+ "Search in date range" : "Im Datumsbereich suchen",
"Log in" : "Anmelden",
"Logging in …" : "Melde an …",
"Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
"Please contact your administrator." : "Bitte kontaktiere den Administrator.",
+ "Please try again." : "Bitte erneut versuchen.",
"An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Please try again or contact your administrator." : "Bitte versuche es noch einmal oder kontaktiere den Administrator.",
"Account name or email" : "Kontoname oder E-Mailadresse",
@@ -182,6 +185,7 @@ OC.L10N.register(
"Install the Contacts app" : "Kontakte-App installieren",
"Loading your contacts …" : "Lade deine Kontakte …",
"Looking for {term} …" : "Suche nach {term} …",
+ "Apps and Settings" : "Apps und Einstellungen",
"Date" : "Datum",
"Today" : "Heute",
"Last year" : "Letztes Jahr",
@@ -189,6 +193,7 @@ OC.L10N.register(
"People" : "Personen",
"Load more results" : "Weitere Ergebnisse laden",
"Searching …" : "Suche …",
+ "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Zwischen ${this.dateFilter.startFrom.toLocaleDateString()} und ${this.dateFilter.endAt.toLocaleDateString()}",
"Forgot password?" : "Passwort vergessen?",
"Back" : "Zurück",
"Login form is disabled." : "Das Anmeldeformular ist deaktiviert.",
@@ -215,7 +220,9 @@ OC.L10N.register(
"Search {types} …" : "Suche {types} …",
"No" : "Nein",
"Yes" : "Ja",
+ "Choose {file}" : "{file} auswählen",
"Choose" : "Auswählen",
+ "Copy to {target}" : "Nach {target} kopieren",
"Copy" : "Kopieren",
"Move" : "Verschieben",
"OK" : "OK",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index 418260a6a13..8183ad670c9 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -128,10 +128,13 @@
"_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"],
"Custom date range" : "Benutzerdefinierter Zeitbereich",
"Pick start date" : "Startdatum wählen",
+ "Pick end date" : "Enddatum wählen",
+ "Search in date range" : "Im Datumsbereich suchen",
"Log in" : "Anmelden",
"Logging in …" : "Melde an …",
"Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
"Please contact your administrator." : "Bitte kontaktiere den Administrator.",
+ "Please try again." : "Bitte erneut versuchen.",
"An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Please try again or contact your administrator." : "Bitte versuche es noch einmal oder kontaktiere den Administrator.",
"Account name or email" : "Kontoname oder E-Mailadresse",
@@ -180,6 +183,7 @@
"Install the Contacts app" : "Kontakte-App installieren",
"Loading your contacts …" : "Lade deine Kontakte …",
"Looking for {term} …" : "Suche nach {term} …",
+ "Apps and Settings" : "Apps und Einstellungen",
"Date" : "Datum",
"Today" : "Heute",
"Last year" : "Letztes Jahr",
@@ -187,6 +191,7 @@
"People" : "Personen",
"Load more results" : "Weitere Ergebnisse laden",
"Searching …" : "Suche …",
+ "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Zwischen ${this.dateFilter.startFrom.toLocaleDateString()} und ${this.dateFilter.endAt.toLocaleDateString()}",
"Forgot password?" : "Passwort vergessen?",
"Back" : "Zurück",
"Login form is disabled." : "Das Anmeldeformular ist deaktiviert.",
@@ -213,7 +218,9 @@
"Search {types} …" : "Suche {types} …",
"No" : "Nein",
"Yes" : "Ja",
+ "Choose {file}" : "{file} auswählen",
"Choose" : "Auswählen",
+ "Copy to {target}" : "Nach {target} kopieren",
"Copy" : "Kopieren",
"Move" : "Verschieben",
"OK" : "OK",
diff --git a/core/l10n/ko.js b/core/l10n/ko.js
index 095a3dff98a..f48b4e716f5 100644
--- a/core/l10n/ko.js
+++ b/core/l10n/ko.js
@@ -42,6 +42,8 @@ OC.L10N.register(
"Necessary language model provider is not available" : "필요한 언어 모델 제공자를 사용할 수 없습니다",
"Task not found" : "작업을 찾을 수 없습니다",
"Internal error" : "내부 오류",
+ "No text to image provider is available" : "사용할 수 있는 text to image 제공자가 없습니다.",
+ "Image not found" : "이미지를 찾지 못함",
"No translation provider available" : "이용 가능한 번역 제공자 없음",
"Could not detect language" : "언어를 감지할 수 없음",
"Unable to translate" : "번역할 수 없음",
@@ -122,13 +124,20 @@ OC.L10N.register(
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "업데이트가 실패했습니다. 이 문제를 <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud 커뮤니티</a>에 보고하여 주십시오.",
"Continue to {productName}" : "{productName}으로 계속하기",
"_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["업데이트가 성공했습니다. %n초 후 {productName}(으)로 이동합니다."],
+ "Applications menu" : "애플리케이션 메뉴",
"More apps" : "더 많은 앱",
"Currently open" : "현재 열려있음",
"_{count} notification_::_{count} notifications_" : ["{count}개의 알림"],
+ "Custom date range" : "맞춤 날짜 범위",
+ "Pick start date" : "시작일 선택",
+ "Pick end date" : "종료일 선택",
+ "Search in date range" : "날짜 범위로 검색",
"Log in" : "로그인",
"Logging in …" : "로그인 중 …",
"Server side authentication failed!" : "서버 인증 실패!",
"Please contact your administrator." : "관리자에게 문의하십시오.",
+ "Temporary error" : "임시 오류",
+ "Please try again." : "다시 시도해 보세요.",
"An internal error occurred." : "내부 오류가 발생했습니다.",
"Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.",
"Account name or email" : "계정 이름 또는 이메일",
@@ -177,10 +186,24 @@ OC.L10N.register(
"Install the Contacts app" : "Contacts 앱 설치",
"Loading your contacts …" : "연락처 불러오는 중 …",
"Looking for {term} …" : "{term} 검색 중 …",
+ "Global search" : "전체 검색",
+ "Search apps, files, tags, messages" : "앱 및 파일, 태그, 메시지 검색",
+ "Apps and Settings" : "앱과 설정",
+ "Date" : "날짜",
+ "Today" : "오늘",
+ "Last 7 days" : "지난 7일",
+ "Last 30 days" : "지난 30일",
+ "This year" : "올해",
+ "Last year" : "작년",
+ "Search people" : "사람 검색",
"Not found" : "찾을 수 없음",
"People" : "사람들",
"Load more results" : "더 많은 결과 불러오기",
+ "Search in" : "다음에서 검색",
+ "Filter in current view" : "현재 화면을 필터",
"Searching …" : "검색 중...",
+ "No matching results" : "일치하는 결과 없음",
+ "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()}(과)와 ${this.dateFilter.endAt.toLocaleDateString()} 사이",
"Forgot password?" : "암호를 잊으셨습니까?",
"Back to login form" : "로그인으로 돌아가기",
"Back" : "뒤로",
@@ -205,6 +228,7 @@ OC.L10N.register(
"Supported versions" : "지원되는 버전",
"{name} version {version} and above" : "{name}의 {version} 버전 이상",
"Settings menu" : "설정 메뉴",
+ "Avatar of {displayName}" : "{displayName}의 아바타",
"Search {types} …" : "{types} 검색 ...",
"No" : "아니요",
"Yes" : "예",
diff --git a/core/l10n/ko.json b/core/l10n/ko.json
index c765672dc4f..b7d7e6f2995 100644
--- a/core/l10n/ko.json
+++ b/core/l10n/ko.json
@@ -40,6 +40,8 @@
"Necessary language model provider is not available" : "필요한 언어 모델 제공자를 사용할 수 없습니다",
"Task not found" : "작업을 찾을 수 없습니다",
"Internal error" : "내부 오류",
+ "No text to image provider is available" : "사용할 수 있는 text to image 제공자가 없습니다.",
+ "Image not found" : "이미지를 찾지 못함",
"No translation provider available" : "이용 가능한 번역 제공자 없음",
"Could not detect language" : "언어를 감지할 수 없음",
"Unable to translate" : "번역할 수 없음",
@@ -120,13 +122,20 @@
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "업데이트가 실패했습니다. 이 문제를 <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud 커뮤니티</a>에 보고하여 주십시오.",
"Continue to {productName}" : "{productName}으로 계속하기",
"_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["업데이트가 성공했습니다. %n초 후 {productName}(으)로 이동합니다."],
+ "Applications menu" : "애플리케이션 메뉴",
"More apps" : "더 많은 앱",
"Currently open" : "현재 열려있음",
"_{count} notification_::_{count} notifications_" : ["{count}개의 알림"],
+ "Custom date range" : "맞춤 날짜 범위",
+ "Pick start date" : "시작일 선택",
+ "Pick end date" : "종료일 선택",
+ "Search in date range" : "날짜 범위로 검색",
"Log in" : "로그인",
"Logging in …" : "로그인 중 …",
"Server side authentication failed!" : "서버 인증 실패!",
"Please contact your administrator." : "관리자에게 문의하십시오.",
+ "Temporary error" : "임시 오류",
+ "Please try again." : "다시 시도해 보세요.",
"An internal error occurred." : "내부 오류가 발생했습니다.",
"Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.",
"Account name or email" : "계정 이름 또는 이메일",
@@ -175,10 +184,24 @@
"Install the Contacts app" : "Contacts 앱 설치",
"Loading your contacts …" : "연락처 불러오는 중 …",
"Looking for {term} …" : "{term} 검색 중 …",
+ "Global search" : "전체 검색",
+ "Search apps, files, tags, messages" : "앱 및 파일, 태그, 메시지 검색",
+ "Apps and Settings" : "앱과 설정",
+ "Date" : "날짜",
+ "Today" : "오늘",
+ "Last 7 days" : "지난 7일",
+ "Last 30 days" : "지난 30일",
+ "This year" : "올해",
+ "Last year" : "작년",
+ "Search people" : "사람 검색",
"Not found" : "찾을 수 없음",
"People" : "사람들",
"Load more results" : "더 많은 결과 불러오기",
+ "Search in" : "다음에서 검색",
+ "Filter in current view" : "현재 화면을 필터",
"Searching …" : "검색 중...",
+ "No matching results" : "일치하는 결과 없음",
+ "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()}(과)와 ${this.dateFilter.endAt.toLocaleDateString()} 사이",
"Forgot password?" : "암호를 잊으셨습니까?",
"Back to login form" : "로그인으로 돌아가기",
"Back" : "뒤로",
@@ -203,6 +226,7 @@
"Supported versions" : "지원되는 버전",
"{name} version {version} and above" : "{name}의 {version} 버전 이상",
"Settings menu" : "설정 메뉴",
+ "Avatar of {displayName}" : "{displayName}의 아바타",
"Search {types} …" : "{types} 검색 ...",
"No" : "아니요",
"Yes" : "예",