diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-23 00:19:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-23 00:19:40 +0000 |
commit | 475edf24c2c6c4216b77f8031ddcdada752fca32 (patch) | |
tree | 13b61d962bab05a2f32c5b2e2d8e1f3795170be3 /lib | |
parent | a721133128e4211aa0e1cbe9979195a1865b174d (diff) | |
download | nextcloud-server-475edf24c2c6c4216b77f8031ddcdada752fca32.tar.gz nextcloud-server-475edf24c2c6c4216b77f8031ddcdada752fca32.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ko.js | 6 | ||||
-rw-r--r-- | lib/l10n/ko.json | 6 | ||||
-rw-r--r-- | lib/l10n/lv.js | 1 | ||||
-rw-r--r-- | lib/l10n/lv.json | 1 |
4 files changed, 14 insertions, 0 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 2a532755bd1..e794f676b1e 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -245,6 +245,12 @@ OC.L10N.register( "Storage connection error. %s" : "저장소 연결 오류입니다. %s", "Storage is temporarily not available" : "저장소를 임시로 사용할 수 없음", "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s", + "Audio input" : "음성 입력", + "Writes text in a given style based on the provided source material." : "제공된 소스 자료를 기반으로 특정 스타일로 텍스트를 작성합니다.", + "Writing style" : "작문 스타일", + "Source material" : "소스 자료", + "Generate image" : "이미지 생성", + "Prompt" : "프롬프트", "Generates a possible headline for a text." : "내용에 대한 헤드라인을 생성하십시오.", "Summarize" : "요약", "Summary" : "요약", diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json index 506783ec878..1c725e08944 100644 --- a/lib/l10n/ko.json +++ b/lib/l10n/ko.json @@ -243,6 +243,12 @@ "Storage connection error. %s" : "저장소 연결 오류입니다. %s", "Storage is temporarily not available" : "저장소를 임시로 사용할 수 없음", "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s", + "Audio input" : "음성 입력", + "Writes text in a given style based on the provided source material." : "제공된 소스 자료를 기반으로 특정 스타일로 텍스트를 작성합니다.", + "Writing style" : "작문 스타일", + "Source material" : "소스 자료", + "Generate image" : "이미지 생성", + "Prompt" : "프롬프트", "Generates a possible headline for a text." : "내용에 대한 헤드라인을 생성하십시오.", "Summarize" : "요약", "Summary" : "요약", diff --git a/lib/l10n/lv.js b/lib/l10n/lv.js index 9f2770caea9..bd338f31430 100644 --- a/lib/l10n/lv.js +++ b/lib/l10n/lv.js @@ -48,6 +48,7 @@ OC.L10N.register( "Administration settings" : "Administrēšanas iestatījumi", "Settings" : "Iestatījumi", "Log out" : "Izrakstīties", + "Accounts" : "Konti", "Email" : "E-pasts", "Phone" : "Tālrunis", "Twitter" : "Twitter", diff --git a/lib/l10n/lv.json b/lib/l10n/lv.json index 80f9e353720..cf69af0b400 100644 --- a/lib/l10n/lv.json +++ b/lib/l10n/lv.json @@ -46,6 +46,7 @@ "Administration settings" : "Administrēšanas iestatījumi", "Settings" : "Iestatījumi", "Log out" : "Izrakstīties", + "Accounts" : "Konti", "Email" : "E-pasts", "Phone" : "Tālrunis", "Twitter" : "Twitter", |