Add tr-tr type + lint
This commit is contained in:
parent
2cf0a1b840
commit
8ba32c5549
@ -1,5 +1,4 @@
|
|||||||
import { I18N } from '..';
|
import { I18N } from '..';
|
||||||
|
|
||||||
export { bn as default } from 'date-fns/locale/bn';
|
export { bn as default } from 'date-fns/locale/bn';
|
||||||
|
|
||||||
export const TEXT: I18N = {
|
export const TEXT: I18N = {
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
|
import { I18N } from '..';
|
||||||
export { tr as default } from 'date-fns/locale/tr';
|
export { tr as default } from 'date-fns/locale/tr';
|
||||||
|
|
||||||
export const TEXT = {
|
export const TEXT: I18N = {
|
||||||
photo: {
|
photo: {
|
||||||
photo: 'Fotoğraf',
|
photo: 'Fotoğraf',
|
||||||
photoPlural: 'Fotoğraflar',
|
photoPlural: 'Fotoğraflar',
|
||||||
@ -119,6 +120,7 @@ export const TEXT = {
|
|||||||
download: 'İndir',
|
download: 'İndir',
|
||||||
sync: 'Senkronize Et',
|
sync: 'Senkronize Et',
|
||||||
delete: 'Sil',
|
delete: 'Sil',
|
||||||
|
// eslint-disable-next-line max-len
|
||||||
deleteConfirm: '"{{photoTitle}}" adlı fotoğrafı silmek istediğinize emin misiniz?',
|
deleteConfirm: '"{{photoTitle}}" adlı fotoğrafı silmek istediğinize emin misiniz?',
|
||||||
},
|
},
|
||||||
onboarding: {
|
onboarding: {
|
||||||
@ -126,6 +128,7 @@ export const TEXT = {
|
|||||||
setupIncomplete: 'Kurulumu Tamamla',
|
setupIncomplete: 'Kurulumu Tamamla',
|
||||||
setupSignIn: 'Fotoğraf yüklemek için giriş yap',
|
setupSignIn: 'Fotoğraf yüklemek için giriş yap',
|
||||||
setupFirstPhoto: 'İlk fotoğrafını ekle',
|
setupFirstPhoto: 'İlk fotoğrafını ekle',
|
||||||
|
// eslint-disable-next-line max-len
|
||||||
setupConfig: 'Site adını ve diğer ayarları değiştirmek için şu ortam değişkenlerini düzenleyin:',
|
setupConfig: 'Site adını ve diğer ayarları değiştirmek için şu ortam değişkenlerini düzenleyin:',
|
||||||
},
|
},
|
||||||
misc: {
|
misc: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user