mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
[tx-robot] updated from transifex
This commit is contained in:
parent
a3f375552f
commit
8fdefb322e
@ -2,11 +2,14 @@ OC.L10N.register(
|
|||||||
"contacts",
|
"contacts",
|
||||||
{
|
{
|
||||||
"Contacts" : "연락처",
|
"Contacts" : "연락처",
|
||||||
|
"Add new LDAP Addressbook" : "새 LDAP 주소록 추가",
|
||||||
"Ok" : "확인",
|
"Ok" : "확인",
|
||||||
"Cancel" : "취소",
|
"Cancel" : "취소",
|
||||||
"Save" : "저장",
|
"Save" : "저장",
|
||||||
"Edit Addressbook" : "주소록 편집",
|
"Edit Addressbook" : "주소록 편집",
|
||||||
"Import contacts" : "연락처 가져오기",
|
"Import contacts" : "연락처 가져오기",
|
||||||
|
"Upload file..." : "파일 업로드...",
|
||||||
|
"Starting file import" : "파일 가져오기 시작",
|
||||||
"Import into..." : "다음으로 가져오기...",
|
"Import into..." : "다음으로 가져오기...",
|
||||||
"An address book called {name} already exists" : "주소록 {name}이(가) 이미 존재함",
|
"An address book called {name} already exists" : "주소록 {name}이(가) 이미 존재함",
|
||||||
"Failed adding address book: {error}" : "주소록 추가 실패: {error}",
|
"Failed adding address book: {error}" : "주소록 추가 실패: {error}",
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Contacts" : "연락처",
|
"Contacts" : "연락처",
|
||||||
|
"Add new LDAP Addressbook" : "새 LDAP 주소록 추가",
|
||||||
"Ok" : "확인",
|
"Ok" : "확인",
|
||||||
"Cancel" : "취소",
|
"Cancel" : "취소",
|
||||||
"Save" : "저장",
|
"Save" : "저장",
|
||||||
"Edit Addressbook" : "주소록 편집",
|
"Edit Addressbook" : "주소록 편집",
|
||||||
"Import contacts" : "연락처 가져오기",
|
"Import contacts" : "연락처 가져오기",
|
||||||
|
"Upload file..." : "파일 업로드...",
|
||||||
|
"Starting file import" : "파일 가져오기 시작",
|
||||||
"Import into..." : "다음으로 가져오기...",
|
"Import into..." : "다음으로 가져오기...",
|
||||||
"An address book called {name} already exists" : "주소록 {name}이(가) 이미 존재함",
|
"An address book called {name} already exists" : "주소록 {name}이(가) 이미 존재함",
|
||||||
"Failed adding address book: {error}" : "주소록 추가 실패: {error}",
|
"Failed adding address book: {error}" : "주소록 추가 실패: {error}",
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
$TRANSLATIONS = array(
|
$TRANSLATIONS = array(
|
||||||
"Contacts" => "연락처",
|
"Contacts" => "연락처",
|
||||||
|
"Add new LDAP Addressbook" => "새 LDAP 주소록 추가",
|
||||||
"Ok" => "확인",
|
"Ok" => "확인",
|
||||||
"Cancel" => "취소",
|
"Cancel" => "취소",
|
||||||
"Save" => "저장",
|
"Save" => "저장",
|
||||||
"Edit Addressbook" => "주소록 편집",
|
"Edit Addressbook" => "주소록 편집",
|
||||||
"Import contacts" => "연락처 가져오기",
|
"Import contacts" => "연락처 가져오기",
|
||||||
|
"Upload file..." => "파일 업로드...",
|
||||||
|
"Starting file import" => "파일 가져오기 시작",
|
||||||
"Import into..." => "다음으로 가져오기...",
|
"Import into..." => "다음으로 가져오기...",
|
||||||
"An address book called {name} already exists" => "주소록 {name}이(가) 이미 존재함",
|
"An address book called {name} already exists" => "주소록 {name}이(가) 이미 존재함",
|
||||||
"Failed adding address book: {error}" => "주소록 추가 실패: {error}",
|
"Failed adding address book: {error}" => "주소록 추가 실패: {error}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user