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";
11
11
import ja from "./locales/ja.json" ;
12
12
import ru from "./locales/ru.json" ;
13
13
import se from "./locales/se.json" ;
14
+ import tr from "./locales/tr.json" ;
14
15
15
16
export const locales = {
16
17
en,
@@ -26,6 +27,7 @@ export const locales = {
26
27
ja,
27
28
ru,
28
29
se,
30
+ tr,
29
31
} ;
30
32
31
33
export 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