Add sort language to i18n

This commit is contained in:
Sam Becker 2025-06-30 09:34:22 -05:00
parent a2745068e8
commit 71ebc568c6
7 changed files with 26 additions and 2 deletions

View File

@ -166,8 +166,8 @@ export default function AppViewSwitcher({
/>}
tooltip={{
content: isAscending
? 'View newest first'
: 'View oldest first',
? appText.sort.newest
: appText.sort.oldest,
}}
/>
</Switcher>

View File

@ -53,6 +53,10 @@ export const TEXT: I18N = {
next: 'পরবর্তী',
nextShort: 'পরবর্তী',
},
sort: {
newest: 'নতুনতম দেখুন',
oldest: 'পুরাতনতম দেখুন',
},
cmdk: {
placeholder: 'ছবি, ভিউ, সেটিংস অনুসন্ধান করুন ...',
searching: 'অনুসন্ধান হচ্ছে ...',

View File

@ -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 ...',

View File

@ -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 ...',

View File

@ -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 ...',

View File

@ -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 ...',

View File

@ -52,6 +52,10 @@ export const TEXT: I18N = {
next: '下一页',
nextShort: '下一页',
},
sort: {
newest: '查看最新',
oldest: '查看最旧',
},
cmdk: {
placeholder: '搜索照片、视图、设置...',
searching: '搜索中...',