Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/l10n/de.js2
-rw-r--r--core/l10n/de.json2
-rw-r--r--core/l10n/ko.js10
-rw-r--r--core/l10n/ko.json10
-rw-r--r--core/l10n/ru.js1
-rw-r--r--core/l10n/ru.json1
-rw-r--r--core/l10n/zh_CN.js1
-rw-r--r--core/l10n/zh_CN.json1
8 files changed, 26 insertions, 2 deletions
diff --git a/core/l10n/de.js b/core/l10n/de.js
index 3d3183d42c7..7f250e1154c 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -334,7 +334,7 @@ OC.L10N.register(
"Error while validating your second factor" : "Fehler beim Bestätigen des zweiten Sicherheitsfaktors",
"Access through untrusted domain" : "Zugriff über eine nicht vertrauenswürdige Domain",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Bitte kontaktiere Deinen Administrator. Wenn Du Administrator bist, bearbeite die „trusted_domains“-Einstellung in config/config.php. Siehe Beispiel in config/config.sample.php.",
- "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Weitere Informationen zur Konfiguration in der %1$sDokumentation%2$s.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Weitere Informationen zur Konfiguration finden sich in der %1$sDokumentation%2$s.",
"App update required" : "App-Aktualisierung notwendig",
"%1$s will be updated to version %2$s" : "%1$s wird auf Version %2$s aktualisiert",
"The following apps will be updated:" : "Folgende Apps werden aktualisiert:",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index 0df6e0704f9..884ef62f58b 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -332,7 +332,7 @@
"Error while validating your second factor" : "Fehler beim Bestätigen des zweiten Sicherheitsfaktors",
"Access through untrusted domain" : "Zugriff über eine nicht vertrauenswürdige Domain",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Bitte kontaktiere Deinen Administrator. Wenn Du Administrator bist, bearbeite die „trusted_domains“-Einstellung in config/config.php. Siehe Beispiel in config/config.sample.php.",
- "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Weitere Informationen zur Konfiguration in der %1$sDokumentation%2$s.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Weitere Informationen zur Konfiguration finden sich in der %1$sDokumentation%2$s.",
"App update required" : "App-Aktualisierung notwendig",
"%1$s will be updated to version %2$s" : "%1$s wird auf Version %2$s aktualisiert",
"The following apps will be updated:" : "Folgende Apps werden aktualisiert:",
diff --git a/core/l10n/ko.js b/core/l10n/ko.js
index 91e6840c0e2..5327f535522 100644
--- a/core/l10n/ko.js
+++ b/core/l10n/ko.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음",
"Crop is not square" : "잘라내는 영역이 사각형이 아님",
"State token does not match" : "상태 토큰이 일치하지 않음",
+ "Invalid app password" : "무효한 앱 비밀번호",
"Could not complete login" : "로그인을 할 수 없음",
"Your login token is invalid or has expired" : "로그인 토큰이 잘못되었거나 만료되었습니다",
"Password reset is disabled" : "암호 재설정이 비활성화됨",
@@ -136,7 +137,15 @@ OC.L10N.register(
"Back to login" : "로그인으로 돌아가기",
"New password" : "새 암호",
"I know what I'm doing" : "지금 하려는 것을 알고 있습니다",
+ "Resetting password" : "비밀번호 재설정",
+ "Recommended apps" : "추천되는 앱",
+ "Loading apps …" : "앱 로딩중 ...",
+ "Installing apps …" : "앱 설치중...",
+ "Can't install this app because it is not compatible" : "호환되지 않아 앱을 설치할 수 없습니다.",
+ "Can't install this app" : "앱을 설치할 수 없음",
"Cancel" : "취소",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "파일 연락처 달력과 통합되는 간단한 이메일 앱",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "당신의 브라우저와 모바일 앱 속의 채팅, 영상 통화, 화면 공유, 온라인 미팅 그리고 웹 회의",
"Forgot password?" : "암호를 잊으셨습니까?",
"Back" : "뒤로",
"Settings" : "설정",
@@ -278,6 +287,7 @@ OC.L10N.register(
"Account access" : "계정 접근",
"You are about to grant %1$s access to your %2$s account." : "%1$s에서 내 %2$s 계정에 접근하는 것을 허용하려고 합니다.",
"Account connected" : "계정 연결됨",
+ "You can close this window." : "윈도우를 닫으셔도 됩니다.",
"This share is password-protected" : "이 공유는 암호로 보호되어 있습니다.",
"The password is wrong. Try again." : "암호가 잘못되었습니다. 다시 시도하십시오",
"Two-factor authentication" : "2단계 인증",
diff --git a/core/l10n/ko.json b/core/l10n/ko.json
index 6b16eeab18a..68e36d2349e 100644
--- a/core/l10n/ko.json
+++ b/core/l10n/ko.json
@@ -13,6 +13,7 @@
"No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음",
"Crop is not square" : "잘라내는 영역이 사각형이 아님",
"State token does not match" : "상태 토큰이 일치하지 않음",
+ "Invalid app password" : "무효한 앱 비밀번호",
"Could not complete login" : "로그인을 할 수 없음",
"Your login token is invalid or has expired" : "로그인 토큰이 잘못되었거나 만료되었습니다",
"Password reset is disabled" : "암호 재설정이 비활성화됨",
@@ -134,7 +135,15 @@
"Back to login" : "로그인으로 돌아가기",
"New password" : "새 암호",
"I know what I'm doing" : "지금 하려는 것을 알고 있습니다",
+ "Resetting password" : "비밀번호 재설정",
+ "Recommended apps" : "추천되는 앱",
+ "Loading apps …" : "앱 로딩중 ...",
+ "Installing apps …" : "앱 설치중...",
+ "Can't install this app because it is not compatible" : "호환되지 않아 앱을 설치할 수 없습니다.",
+ "Can't install this app" : "앱을 설치할 수 없음",
"Cancel" : "취소",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "파일 연락처 달력과 통합되는 간단한 이메일 앱",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "당신의 브라우저와 모바일 앱 속의 채팅, 영상 통화, 화면 공유, 온라인 미팅 그리고 웹 회의",
"Forgot password?" : "암호를 잊으셨습니까?",
"Back" : "뒤로",
"Settings" : "설정",
@@ -276,6 +285,7 @@
"Account access" : "계정 접근",
"You are about to grant %1$s access to your %2$s account." : "%1$s에서 내 %2$s 계정에 접근하는 것을 허용하려고 합니다.",
"Account connected" : "계정 연결됨",
+ "You can close this window." : "윈도우를 닫으셔도 됩니다.",
"This share is password-protected" : "이 공유는 암호로 보호되어 있습니다.",
"The password is wrong. Try again." : "암호가 잘못되었습니다. 다시 시도하십시오",
"Two-factor authentication" : "2단계 인증",
diff --git a/core/l10n/ru.js b/core/l10n/ru.js
index e3512ef8e17..17765489ae8 100644
--- a/core/l10n/ru.js
+++ b/core/l10n/ru.js
@@ -164,6 +164,7 @@ OC.L10N.register(
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Простое приложение электронной почты, прекрасно интегрированное с приложениями Files, Contacts и Calendar.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Текстовые сообщения, видеозвонки, демонстрация содержимого экрана, онлайн общение и веб-конференции на ПК и мобильных устройствах. ",
"Collaboratively edit office documents." : "Совместная работа над документами.",
+ "Local document editing back-end used by the Collabora Online app." : "Исполняемый на стороне клиента компонент для редактирования документов, используемый приложением Collabora Online.",
"Forgot password?" : "Забыли пароль?",
"Log in with a device" : "Войти с устройства",
"Back" : "Назад",
diff --git a/core/l10n/ru.json b/core/l10n/ru.json
index a0b41189d02..ff0283852ee 100644
--- a/core/l10n/ru.json
+++ b/core/l10n/ru.json
@@ -162,6 +162,7 @@
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Простое приложение электронной почты, прекрасно интегрированное с приложениями Files, Contacts и Calendar.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Текстовые сообщения, видеозвонки, демонстрация содержимого экрана, онлайн общение и веб-конференции на ПК и мобильных устройствах. ",
"Collaboratively edit office documents." : "Совместная работа над документами.",
+ "Local document editing back-end used by the Collabora Online app." : "Исполняемый на стороне клиента компонент для редактирования документов, используемый приложением Collabora Online.",
"Forgot password?" : "Забыли пароль?",
"Log in with a device" : "Войти с устройства",
"Back" : "Назад",
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js
index ee916cc2121..4ac6fa266af 100644
--- a/core/l10n/zh_CN.js
+++ b/core/l10n/zh_CN.js
@@ -164,6 +164,7 @@ OC.L10N.register(
"Simple email app nicely integrated with Files, Contacts and Calendar." : "简单的电子邮件应用程序与文件,联系人和日历完美集成。",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "在浏览器和移动设备应用中进行聊天,视频通话,屏幕共享,线上见面和网络会议。",
"Collaboratively edit office documents." : "协作编辑办公文档。",
+ "Local document editing back-end used by the Collabora Online app." : "Collabora Online 应用程序使用的本地文档编辑后端。",
"Forgot password?" : "忘记密码?",
"Log in with a device" : "使用设备登录",
"Back" : "返回",
diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json
index fa00e733870..f1528523b12 100644
--- a/core/l10n/zh_CN.json
+++ b/core/l10n/zh_CN.json
@@ -162,6 +162,7 @@
"Simple email app nicely integrated with Files, Contacts and Calendar." : "简单的电子邮件应用程序与文件,联系人和日历完美集成。",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "在浏览器和移动设备应用中进行聊天,视频通话,屏幕共享,线上见面和网络会议。",
"Collaboratively edit office documents." : "协作编辑办公文档。",
+ "Local document editing back-end used by the Collabora Online app." : "Collabora Online 应用程序使用的本地文档编辑后端。",
"Forgot password?" : "忘记密码?",
"Log in with a device" : "使用设备登录",
"Back" : "返回",