File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import sr_cyr from "./locales/sr_cyr.json";
1111import ja from "./locales/ja.json" ;
1212import ru from "./locales/ru.json" ;
1313import se from "./locales/se.json" ;
14+ import tr from "./locales/tr.json" ;
1415
1516export const locales = {
1617 en,
@@ -26,6 +27,7 @@ export const locales = {
2627 ja,
2728 ru,
2829 se,
30+ tr,
2931} ;
3032
3133export const supportedLanguages = Object . keys ( locales ) ;
Original file line number Diff line number Diff line change 1+ {
2+ "documentNavInfo" : " Belge {{ currentFileNo }} / {{ allFilesCount }}" ,
3+ "noRendererMessage" : " Dosya türü için görüntüleyici bulunamadı: {{{ fileType }}}" ,
4+ "downloadButtonLabel" : " Dosyayı indir" ,
5+ "brokenFile" : " Dosyanız bozuk. Lütfen kendi cihazınızda kontrol edin." ,
6+ "msgPluginRecipients" : " Alıcılar" ,
7+ "msgPluginSender" : " Gönderen" ,
8+ "pdfPluginLoading" : " Yükleniyor..." ,
9+ "pdfPluginPageNumber" : " Sayfa {{ currentPage }}/{{ allPagesCount }}"
10+ }
You can’t perform that action at this time.
0 commit comments