Add sort language to i18n
This commit is contained in:
parent
a2745068e8
commit
71ebc568c6
@ -166,8 +166,8 @@ export default function AppViewSwitcher({
|
||||
/>}
|
||||
tooltip={{
|
||||
content: isAscending
|
||||
? 'View newest first'
|
||||
: 'View oldest first',
|
||||
? appText.sort.newest
|
||||
: appText.sort.oldest,
|
||||
}}
|
||||
/>
|
||||
</Switcher>
|
||||
|
||||
@ -53,6 +53,10 @@ export const TEXT: I18N = {
|
||||
next: 'পরবর্তী',
|
||||
nextShort: 'পরবর্তী',
|
||||
},
|
||||
sort: {
|
||||
newest: 'নতুনতম দেখুন',
|
||||
oldest: 'পুরাতনতম দেখুন',
|
||||
},
|
||||
cmdk: {
|
||||
placeholder: 'ছবি, ভিউ, সেটিংস অনুসন্ধান করুন ...',
|
||||
searching: 'অনুসন্ধান হচ্ছে ...',
|
||||
|
||||
@ -51,6 +51,10 @@ export const TEXT = {
|
||||
next: 'Next',
|
||||
nextShort: 'Next',
|
||||
},
|
||||
sort: {
|
||||
newest: 'View newest',
|
||||
oldest: 'View oldest',
|
||||
},
|
||||
cmdk: {
|
||||
placeholder: 'Search photos, views, settings ...',
|
||||
searching: 'Searching ...',
|
||||
|
||||
@ -52,6 +52,10 @@ export const TEXT: I18N = {
|
||||
next: 'Berikutnya',
|
||||
nextShort: 'Brkt',
|
||||
},
|
||||
sort: {
|
||||
newest: 'Lihat terbaru',
|
||||
oldest: 'Lihat terlama',
|
||||
},
|
||||
cmdk: {
|
||||
placeholder: 'Cari foto, tampilan, pengaturan ...',
|
||||
searching: 'Mencari ...',
|
||||
|
||||
@ -52,6 +52,10 @@ export const TEXT: I18N = {
|
||||
next: 'Próximo',
|
||||
nextShort: 'Próx',
|
||||
},
|
||||
sort: {
|
||||
newest: 'Ver mais recentes',
|
||||
oldest: 'Ver mais antigas',
|
||||
},
|
||||
cmdk: {
|
||||
placeholder: 'Pesquisar fotos, visualizações, configurações ...',
|
||||
searching: 'Pesquisando ...',
|
||||
|
||||
@ -52,6 +52,10 @@ export const TEXT: I18N = {
|
||||
next: 'Próximo',
|
||||
nextShort: 'Próx',
|
||||
},
|
||||
sort: {
|
||||
newest: 'Ver mais recentes',
|
||||
oldest: 'Ver mais antigas',
|
||||
},
|
||||
cmdk: {
|
||||
placeholder: 'Pesquisar fotografias, visualizações, configurações ...',
|
||||
searching: 'A pesquisar ...',
|
||||
|
||||
@ -52,6 +52,10 @@ export const TEXT: I18N = {
|
||||
next: '下一页',
|
||||
nextShort: '下一页',
|
||||
},
|
||||
sort: {
|
||||
newest: '查看最新',
|
||||
oldest: '查看最旧',
|
||||
},
|
||||
cmdk: {
|
||||
placeholder: '搜索照片、视图、设置...',
|
||||
searching: '搜索中...',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user