mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 00:05:18 +00:00
Add Turkish translations for share extension & Add Turkey to knownRegions (#787)
* Add Turkish translations for share extension * Add Turkey to knownRegions --------- Co-authored-by: jack <212554440+jackjackbits@users.noreply.github.com>
This commit is contained in:
Generated
+1
@@ -312,6 +312,7 @@
|
|||||||
ne,
|
ne,
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
ru,
|
ru,
|
||||||
|
tr,
|
||||||
uk,
|
uk,
|
||||||
"zh-Hans",
|
"zh-Hans",
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -108,6 +108,13 @@
|
|||||||
"value": "공유된 링크",
|
"value": "공유된 링크",
|
||||||
"comment": "Fallback title when saving a shared link"
|
"comment": "Fallback title when saving a shared link"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tr": {
|
||||||
|
"stringUnit": {
|
||||||
|
"state": "translated",
|
||||||
|
"value": "paylaşılan bağlantı",
|
||||||
|
"comment": "Fallback title when saving a shared link"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -218,6 +225,13 @@
|
|||||||
"value": "링크를 인코딩하는 데 실패했습니다",
|
"value": "링크를 인코딩하는 데 실패했습니다",
|
||||||
"comment": "Shown when the share payload cannot be encoded"
|
"comment": "Shown when the share payload cannot be encoded"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tr": {
|
||||||
|
"stringUnit": {
|
||||||
|
"state": "translated",
|
||||||
|
"value": "bağlantı kodlanamadı",
|
||||||
|
"comment": "Shown when the share payload cannot be encoded"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -328,6 +342,13 @@
|
|||||||
"value": "공유할 수 있는 내용이 없습니다",
|
"value": "공유할 수 있는 내용이 없습니다",
|
||||||
"comment": "Shown when provided content cannot be shared"
|
"comment": "Shown when provided content cannot be shared"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tr": {
|
||||||
|
"stringUnit": {
|
||||||
|
"state": "translated",
|
||||||
|
"value": "paylaşılabilir içerik yok",
|
||||||
|
"comment": "Shown when provided content cannot be shared"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -438,6 +459,13 @@
|
|||||||
"value": "공유할 내용이 없습니다",
|
"value": "공유할 내용이 없습니다",
|
||||||
"comment": "Shown when the share extension receives no content"
|
"comment": "Shown when the share extension receives no content"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tr": {
|
||||||
|
"stringUnit": {
|
||||||
|
"state": "translated",
|
||||||
|
"value": "paylaşılacak bir şey yok",
|
||||||
|
"comment": "Shown when the share extension receives no content"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -548,6 +576,13 @@
|
|||||||
"value": "✓ bitchat으로 링크를 공유했습니다",
|
"value": "✓ bitchat으로 링크를 공유했습니다",
|
||||||
"comment": "Confirmation after successfully sharing a link"
|
"comment": "Confirmation after successfully sharing a link"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tr": {
|
||||||
|
"stringUnit": {
|
||||||
|
"state": "translated",
|
||||||
|
"value": "✓ bitchat'e bağlantı paylaşıldı",
|
||||||
|
"comment": "Confirmation after successfully sharing a link"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -658,9 +693,16 @@
|
|||||||
"value": "✓ bitchat으로 텍스트를 공유했습니다",
|
"value": "✓ bitchat으로 텍스트를 공유했습니다",
|
||||||
"comment": "Confirmation after successfully sharing text"
|
"comment": "Confirmation after successfully sharing text"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tr": {
|
||||||
|
"stringUnit": {
|
||||||
|
"state": "translated",
|
||||||
|
"value": "✓ bitchat'e metin paylaşıldı",
|
||||||
|
"comment": "Confirmation after successfully sharing text"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "1.0"
|
"version": "1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user