@anime.club/translations 1.1.21 → 1.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/arabic-standard.ts +4 -1
- package/src/chinese-simplified.ts +4 -1
- package/src/english.ts +4 -1
- package/src/french.ts +4 -1
- package/src/german.ts +4 -1
- package/src/hindi.ts +4 -1
- package/src/indonesian.ts +4 -1
- package/src/japanese.ts +4 -1
- package/src/korean.ts +4 -1
- package/src/portuguese.ts +4 -1
- package/src/russian.ts +4 -1
- package/src/spanish.ts +4 -1
- package/src/thai.ts +4 -1
- package/src/vietnamese.ts +4 -1
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `هل أنت متأكد من`,
|
42
42
|
art: `أعمال فنية`,
|
43
43
|
artAssociatedWithAnime: `أعمال فنية متعلقة بالأنمي`,
|
44
|
-
artBy:
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `العمل الفني لا يمكن تغييره`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `فشلت المصادقة`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `الرجوع`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `خطأ! الرجاء التواصل مع دعم العملاء...`,
|
111
112
|
exitEditor: `الخروج من وضع التحرير`,
|
112
113
|
extensions: `امتدادات الملف`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `حجم الملف أكبر من المطلوب`,
|
114
116
|
filter: `تصفية`,
|
115
117
|
filterBy: `تصفية على حسب`,
|
@@ -273,6 +275,7 @@ Social Network`,
|
|
273
275
|
themeMode: `(en) Theme mode`,
|
274
276
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
275
277
|
title: `العنوان`,
|
278
|
+
titleYourExtraService: `(en) Title your extra service`,
|
276
279
|
today: `(en) Today`,
|
277
280
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
278
281
|
typeYourTextHere: `ادخل النص هنا...`,
|
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `你确定你要`,
|
42
42
|
art: `艺术`,
|
43
43
|
artAssociatedWithAnime: `与动漫相关的艺术`,
|
44
|
-
artBy:
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `艺术不能改变。`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `验证失败`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `背部`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `错误!请联系客户支持...`,
|
111
112
|
exitEditor: `退出编辑器`,
|
112
113
|
extensions: `扩展名`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `档案太大`,
|
114
116
|
filter: `过滤`,
|
115
117
|
filterBy: `过滤`,
|
@@ -271,6 +273,7 @@ Social Network`,
|
|
271
273
|
themeMode: `(en) Theme mode`,
|
272
274
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
273
275
|
title: `标题`,
|
276
|
+
titleYourExtraService: `(en) Title your extra service`,
|
274
277
|
today: `(en) Today`,
|
275
278
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
276
279
|
typeYourTextHere: `在此输入文字...`,
|
package/src/english.ts
CHANGED
@@ -40,8 +40,9 @@ export const text = {
|
|
40
40
|
areYouSureYouWantTo: `Are you sure you want to`,
|
41
41
|
art: `Art`,
|
42
42
|
artAssociatedWithAnime: `Art associated with anime`,
|
43
|
-
artBy: `Art by`,
|
43
|
+
artBy: (username: string) => `Art by ${username}`,
|
44
44
|
artCannotBeChanged: `Art cannot be changed`,
|
45
|
+
artworksAvailableToView: (num: number) => `${num} artworks available to view`,
|
45
46
|
authenticationFailed: `Authentication failed`,
|
46
47
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Auto publishing to Instagram is only available to Instagram business accounts`,
|
47
48
|
back: `Back`,
|
@@ -109,6 +110,7 @@ export const text = {
|
|
109
110
|
errorPleaseContactCustomerSupport: `Error! Please contact customer support...`,
|
110
111
|
exitEditor: `Exit editor`,
|
111
112
|
extensions: `Extensions`,
|
113
|
+
extras: `Extras`,
|
112
114
|
fileSizeIsTooBig: `File size is too big`,
|
113
115
|
filter: `Filter`,
|
114
116
|
filterBy: `Filter by`,
|
@@ -273,6 +275,7 @@ export const text = {
|
|
273
275
|
themeMode: `Theme mode`,
|
274
276
|
thisIsThePriceYouPropose: `This is the price you propose`,
|
275
277
|
title: `Title`,
|
278
|
+
titleYourExtraService: `Title your extra service`,
|
276
279
|
today: `Today`,
|
277
280
|
toGetWorkRelatedNotifications: `To get work-related notifications`,
|
278
281
|
typeYourTextHere: `Type your text here...`,
|
package/src/french.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `Êtes-vous sûr de vouloir`,
|
42
42
|
art: `Art`,
|
43
43
|
artAssociatedWithAnime: `Art associé à l'anime`,
|
44
|
-
artBy: `Art
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `L'art ne peut pas être changé`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `Authentification échouée`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `Arrière`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `Erreur! Veuillez contacter le service à la clientèle ...`,
|
111
112
|
exitEditor: `Quitter l'éditeur`,
|
112
113
|
extensions: `Extensions`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `La taille du fichier est trop grande`,
|
114
116
|
filter: `Filtre`,
|
115
117
|
filterBy: `Filter par`,
|
@@ -273,6 +275,7 @@ Social Network`,
|
|
273
275
|
themeMode: `(en) Theme mode`,
|
274
276
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
275
277
|
title: `Titre`,
|
278
|
+
titleYourExtraService: `(en) Title your extra service`,
|
276
279
|
today: `(en) Today`,
|
277
280
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
278
281
|
typeYourTextHere: `Écrivez votre texte ici ...`,
|
package/src/german.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `Bist du sicher, dass du willst`,
|
42
42
|
art: `Kunst`,
|
43
43
|
artAssociatedWithAnime: `Kunst im Zusammenhang mit Anime`,
|
44
|
-
artBy: `
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `Kunst kann nicht verändert werden`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `Authentifizierung fehlgeschlagen`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `Zurück`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `Error! Bitte wenden Sie sich an den Kundendienst...`,
|
111
112
|
exitEditor: `Editor beenden`,
|
112
113
|
extensions: `Erweiterungen`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `Die Dateigröße ist zu groß`,
|
114
116
|
filter: `Filter`,
|
115
117
|
filterBy: `Filter nach`,
|
@@ -274,6 +276,7 @@ Social Network`,
|
|
274
276
|
themeMode: `(en) Theme mode`,
|
275
277
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
276
278
|
title: `Titel`,
|
279
|
+
titleYourExtraService: `(en) Title your extra service`,
|
277
280
|
today: `(en) Today`,
|
278
281
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
279
282
|
typeYourTextHere: `Bitte hier ihren Text eingeben...`,
|
package/src/hindi.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `क्या आपको यकीन है कि आप चाहते हैं`,
|
42
42
|
art: `चित्र`,
|
43
43
|
artAssociatedWithAnime: `आनिमे के साथ जुड़ी कला`,
|
44
|
-
artBy:
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `चित्रकला को बदला नहीं जा सकता`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `प्रमाणीकरण विफल हो गया`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `वापस`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `त्रुटि! कृपया ग्राहक सहायता से संपर्क करें ...`,
|
111
112
|
exitEditor: `संपादक से बाहर निकलें`,
|
112
113
|
extensions: `एक्सटेंशन`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `फ़ाइल की साइज़ बहुत बड़ी है`,
|
114
116
|
filter: `फ़िल्टर`,
|
115
117
|
filterBy: `द्वारा फ़िल्टर करें`,
|
@@ -273,6 +275,7 @@ Social Network`,
|
|
273
275
|
themeMode: `(en) Theme mode`,
|
274
276
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
275
277
|
title: `शीर्षक`,
|
278
|
+
titleYourExtraService: `(en) Title your extra service`,
|
276
279
|
today: `(en) Today`,
|
277
280
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
278
281
|
typeYourTextHere: `अपना अक्षर यहां दर्ज करें...`,
|
package/src/indonesian.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `Apa Anda yakin Anda ingin`,
|
42
42
|
art: `Karya`,
|
43
43
|
artAssociatedWithAnime: `Karya terkait anime`,
|
44
|
-
artBy: `
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `Karya tidak dapat diubah`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `Autentikasi gagal`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `Kembali`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `Error! Silakan hubungi layanan pelanggan...`,
|
111
112
|
exitEditor: `Keluar dari Editor`,
|
112
113
|
extensions: `Ekstensi`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `Ukuran file terlalu besar`,
|
114
116
|
filter: `Filter`,
|
115
117
|
filterBy: `Filter berdasarkan`,
|
@@ -274,6 +276,7 @@ Social Network`,
|
|
274
276
|
themeMode: `(en) Theme mode`,
|
275
277
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
276
278
|
title: `Judul`,
|
279
|
+
titleYourExtraService: `(en) Title your extra service`,
|
277
280
|
today: `(en) Today`,
|
278
281
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
279
282
|
typeYourTextHere: `Ketikkan teks Anda di sini...`,
|
package/src/japanese.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `本当に`,
|
42
42
|
art: `アート`,
|
43
43
|
artAssociatedWithAnime: `アニメ関連アート`,
|
44
|
-
artBy:
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `アートを変更することはできません`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `認証できませんでした`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `戻る`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `エラー!カスタマーサポートまでご連絡ください...`,
|
111
112
|
exitEditor: `エディタを閉じる`,
|
112
113
|
extensions: `拡張機能`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `ファイルのサイズが大きすぎます`,
|
114
116
|
filter: `絞り込む`,
|
115
117
|
filterBy: `以下の条件で絞り込む`,
|
@@ -272,6 +274,7 @@ Social Network`,
|
|
272
274
|
themeMode: `(en) Theme mode`,
|
273
275
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
274
276
|
title: `件名`,
|
277
|
+
titleYourExtraService: `(en) Title your extra service`,
|
275
278
|
today: `(en) Today`,
|
276
279
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
277
280
|
typeYourTextHere: `内容をここに入力してください...`,
|
package/src/korean.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `당신은 정말로 원하십니까`,
|
42
42
|
art: `아트`,
|
43
43
|
artAssociatedWithAnime: `애니메이션과 관련된 아트`,
|
44
|
-
artBy:
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `아트은 변경할 수 없습니다`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `인증 실패`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `뒤로`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `고객 지원에 문의하십시오 ...`,
|
111
112
|
exitEditor: `편집기 종료`,
|
112
113
|
extensions: `확장`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `파일 크기가 너무 큽니다`,
|
114
116
|
filter: `필터`,
|
115
117
|
filterBy: `필터링`,
|
@@ -271,6 +273,7 @@ Social Network`,
|
|
271
273
|
themeMode: `(en) Theme mode`,
|
272
274
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
273
275
|
title: `표제`,
|
276
|
+
titleYourExtraService: `(en) Title your extra service`,
|
274
277
|
today: `(en) Today`,
|
275
278
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
276
279
|
typeYourTextHere: `여기에 텍스트를 입력하세요 ...`,
|
package/src/portuguese.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `Você tem certeza que quer`,
|
42
42
|
art: `Arte`,
|
43
43
|
artAssociatedWithAnime: `Arte associada a anime`,
|
44
|
-
artBy: `
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `Arte não pode ser mudada`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `Autenticação falhou`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `Costas`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `Erro! Entre em contato com o suporte ao cliente...`,
|
111
112
|
exitEditor: `Sair do editor`,
|
112
113
|
extensions: `Extensões`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `O tamanho do arquivo é muito grande`,
|
114
116
|
filter: `Filtro`,
|
115
117
|
filterBy: `Filtrar por`,
|
@@ -274,6 +276,7 @@ Social Network`,
|
|
274
276
|
themeMode: `(en) Theme mode`,
|
275
277
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
276
278
|
title: `Título`,
|
279
|
+
titleYourExtraService: `(en) Title your extra service`,
|
277
280
|
today: `(en) Today`,
|
278
281
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
279
282
|
typeYourTextHere: `Digite seu texto aqui...`,
|
package/src/russian.ts
CHANGED
@@ -40,8 +40,9 @@ Social Network`,
|
|
40
40
|
areYouSureYouWantTo: `Вы уверены, что хотите`,
|
41
41
|
art: `Арт`,
|
42
42
|
artAssociatedWithAnime: `Арт связан с аниме`,
|
43
|
-
artBy:
|
43
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
44
44
|
artCannotBeChanged: `Арт нельзя изменить`,
|
45
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
45
46
|
authenticationFailed: `Ошибка аутентификации`,
|
46
47
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Автопубликация в Instagram доступна только для бизнес-аккаунтов Instagram`,
|
47
48
|
back: `Назад`,
|
@@ -109,6 +110,7 @@ Social Network`,
|
|
109
110
|
errorPleaseContactCustomerSupport: `Ошибка! Свяжитесь со службой поддержки...`,
|
110
111
|
exitEditor: `Выйти из редактора`,
|
111
112
|
extensions: `Расширения`,
|
113
|
+
extras: `(en) Extras`,
|
112
114
|
fileSizeIsTooBig: `Размер файла слишком большой`,
|
113
115
|
filter: `Фильтр`,
|
114
116
|
filterBy: `Фильтровать по`,
|
@@ -271,6 +273,7 @@ Social Network`,
|
|
271
273
|
themeMode: `(en) Theme mode`,
|
272
274
|
thisIsThePriceYouPropose: `Это цена, которую вы предлагаете`,
|
273
275
|
title: `Название`,
|
276
|
+
titleYourExtraService: `(en) Title your extra service`,
|
274
277
|
today: `Сегодня`,
|
275
278
|
toGetWorkRelatedNotifications: `Для получения уведомлений, связанных с работой`,
|
276
279
|
typeYourTextHere: `Напечатайте здесь свой текст...`,
|
package/src/spanish.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `Estás seguro que quieres`,
|
42
42
|
art: `Arte`,
|
43
43
|
artAssociatedWithAnime: `Arte asociado con el anime`,
|
44
|
-
artBy: `
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `Arte no se puede cambiar`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `Error de autenticación`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `Volver`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `¡Error! Póngase en contacto con el servicio de atención al cliente...`,
|
111
112
|
exitEditor: `Salir del editor`,
|
112
113
|
extensions: `Extensiones`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `El tamaño del archivo es demasiado grande`,
|
114
116
|
filter: `Filtrar`,
|
115
117
|
filterBy: `Filtrar por`,
|
@@ -273,6 +275,7 @@ Social Network`,
|
|
273
275
|
themeMode: `(en) Theme mode`,
|
274
276
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
275
277
|
title: `Título`,
|
278
|
+
titleYourExtraService: `(en) Title your extra service`,
|
276
279
|
today: `(en) Today`,
|
277
280
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
278
281
|
typeYourTextHere: `Escribe tu texto aquí...`,
|
package/src/thai.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `คุณแน่ใจหรือว่าจะ`,
|
42
42
|
art: `ผลงาน`,
|
43
43
|
artAssociatedWithAnime: `ผลงานที่เกี่ยวข้องกับอนิเมะ`,
|
44
|
-
artBy:
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `ไม่สามารถเปลี่ยนผลงาน`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `การยืนยันตัวตนล้มเหลว`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `กลับ`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `เกิดข้อผิดพลาด! โปรดติดต่อเจ้าหน้าที่ให้บริการ...`,
|
111
112
|
exitEditor: `ออกจากการแก้ไข`,
|
112
113
|
extensions: `ขยาย`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `ขนาดไฟล์ใหญ่เกินไป`,
|
114
116
|
filter: `คัดกรอง`,
|
115
117
|
filterBy: `คัดกรองจาก`,
|
@@ -272,6 +274,7 @@ Social Network`,
|
|
272
274
|
themeMode: `(en) Theme mode`,
|
273
275
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
274
276
|
title: `หัวข้อ`,
|
277
|
+
titleYourExtraService: `(en) Title your extra service`,
|
275
278
|
today: `(en) Today`,
|
276
279
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
277
280
|
typeYourTextHere: `พิมพ์ข้อความที่นี่...`,
|
package/src/vietnamese.ts
CHANGED
@@ -41,8 +41,9 @@ Social Network`,
|
|
41
41
|
areYouSureYouWantTo: `Bạn có chắc muốn`,
|
42
42
|
art: `Tác phẩm`,
|
43
43
|
artAssociatedWithAnime: `Tác phẩm liên quan đến anime`,
|
44
|
-
artBy: `
|
44
|
+
artBy: (...v) => `(en) Art by ${v[0]}`,
|
45
45
|
artCannotBeChanged: `Không thể thay đổi tác phẩm`,
|
46
|
+
artworksAvailableToView: (...v) => `(en) ${v[0]} artworks available to view`,
|
46
47
|
authenticationFailed: `Xác thực không thành công`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
48
49
|
back: `Quay lại`,
|
@@ -110,6 +111,7 @@ Social Network`,
|
|
110
111
|
errorPleaseContactCustomerSupport: `Lỗi! Vui lòng liên hệ bộ phận hỗ trợ khách hàng...`,
|
111
112
|
exitEditor: `Thoát trình chỉnh sửa`,
|
112
113
|
extensions: `Phần mở rộng`,
|
114
|
+
extras: `(en) Extras`,
|
113
115
|
fileSizeIsTooBig: `Kích cỡ tệp quá lớn`,
|
114
116
|
filter: `Bộ lọc`,
|
115
117
|
filterBy: `Lọc theo`,
|
@@ -271,6 +273,7 @@ Social Network`,
|
|
271
273
|
themeMode: `(en) Theme mode`,
|
272
274
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
273
275
|
title: `Tiêu đề`,
|
276
|
+
titleYourExtraService: `(en) Title your extra service`,
|
274
277
|
today: `(en) Today`,
|
275
278
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
276
279
|
typeYourTextHere: `Nhập văn bản của bạn vào đây...`,
|