@anime.club/translations 1.1.48 → 1.1.50
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 +2 -2
- package/src/chinese-simplified.ts +2 -2
- package/src/english.ts +2 -2
- package/src/french.ts +2 -2
- package/src/german.ts +2 -2
- package/src/hindi.ts +2 -2
- package/src/indonesian.ts +2 -2
- package/src/japanese.ts +2 -2
- package/src/korean.ts +2 -2
- package/src/portuguese.ts +2 -2
- package/src/russian.ts +6 -5
- package/src/spanish.ts +2 -2
- package/src/thai.ts +2 -2
- package/src/vietnamese.ts +2 -2
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `خطأ! الرجاء التواصل مع دعم العملاء...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `امتدادات الملف`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `حجم الملف أكبر من المطلوب`,
|
@@ -317,6 +317,7 @@ Social Network`,
|
|
317
317
|
typeYourTextHere: `ادخل النص هنا...`,
|
318
318
|
unblock: `(en) Unblock`,
|
319
319
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
320
|
+
unfollow: `(en) Unfollow`,
|
320
321
|
unlimited: `(en) Unlimited`,
|
321
322
|
upload: `(en) Upload`,
|
322
323
|
uploadNew: `تحميل جديد`,
|
@@ -357,7 +358,6 @@ Social Network`,
|
|
357
358
|
youDidNotSelectAnyChats: `لم تُحدد أي محادثات`,
|
358
359
|
youDidNotUpdateAnyValues: `لم تقم بتحديث أي قيم`,
|
359
360
|
youDoNotHaveAnyChats: `ليس لديك أي محادثات`,
|
360
|
-
youHaveNotSavedAnyChanges: `لم تقم بحفظ أي تغييرات, الخروج؟`,
|
361
361
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
362
362
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
363
363
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `错误!请联系客户支持...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `扩展名`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `档案太大`,
|
@@ -315,6 +315,7 @@ Social Network`,
|
|
315
315
|
typeYourTextHere: `在此输入文字...`,
|
316
316
|
unblock: `(en) Unblock`,
|
317
317
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
318
|
+
unfollow: `(en) Unfollow`,
|
318
319
|
unlimited: `(en) Unlimited`,
|
319
320
|
upload: `(en) Upload`,
|
320
321
|
uploadNew: `上载新`,
|
@@ -355,7 +356,6 @@ Social Network`,
|
|
355
356
|
youDidNotSelectAnyChats: `您没有选择任何聊天`,
|
356
357
|
youDidNotUpdateAnyValues: `您没有更新任何值`,
|
357
358
|
youDoNotHaveAnyChats: `您没有任何聊天`,
|
358
|
-
youHaveNotSavedAnyChanges: `您还没有保存任何更改假?`,
|
359
359
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
360
360
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
361
361
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
package/src/english.ts
CHANGED
@@ -129,7 +129,7 @@ export const text = {
|
|
129
129
|
enterYourPassword: `Enter your password`,
|
130
130
|
error: `Error`,
|
131
131
|
errorPleaseContactCustomerSupport: `Error! Please contact customer support...`,
|
132
|
-
|
132
|
+
exitWithoutSaving: `Exit without saving`,
|
133
133
|
extensions: `Extensions`,
|
134
134
|
extras: `Extras`,
|
135
135
|
fileSizeIsTooBig: `File size is too big`,
|
@@ -317,6 +317,7 @@ export const text = {
|
|
317
317
|
typeYourTextHere: `Type your text here...`,
|
318
318
|
unblock: `Unblock`,
|
319
319
|
unblockUser: (username: string) => `Unblock @${username}`,
|
320
|
+
unfollow: `Unfollow`,
|
320
321
|
unlimited: `Unlimited`,
|
321
322
|
upload: `Upload`,
|
322
323
|
uploadNew: `Upload new`,
|
@@ -360,7 +361,6 @@ export const text = {
|
|
360
361
|
youDidNotSelectAnyChats: `You did not select any chats`,
|
361
362
|
youDidNotUpdateAnyValues: `You did not update any values`,
|
362
363
|
youDoNotHaveAnyChats: `You do not have any chats`,
|
363
|
-
youHaveNotSavedAnyChanges: `You have not saved any changes`,
|
364
364
|
youHaveNotSetAPassword: `You have not set a password`,
|
365
365
|
youHaveNotSharedAnythingYet: `You have not shared anything yet`,
|
366
366
|
youHaveReachedTheMaximumNumberOfFiles: `You have reached the maximum number of files`,
|
package/src/french.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `Erreur! Veuillez contacter le service à la clientèle ...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `Extensions`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `La taille du fichier est trop grande`,
|
@@ -317,6 +317,7 @@ Social Network`,
|
|
317
317
|
typeYourTextHere: `Écrivez votre texte ici ...`,
|
318
318
|
unblock: `(en) Unblock`,
|
319
319
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
320
|
+
unfollow: `(en) Unfollow`,
|
320
321
|
unlimited: `(en) Unlimited`,
|
321
322
|
upload: `(en) Upload`,
|
322
323
|
uploadNew: `Télécharger un nouveau`,
|
@@ -357,7 +358,6 @@ Social Network`,
|
|
357
358
|
youDidNotSelectAnyChats: `Vous n'avez sélectionné aucun chat`,
|
358
359
|
youDidNotUpdateAnyValues: `Vous n'avez mis à jour aucune valeur`,
|
359
360
|
youDoNotHaveAnyChats: `Vous n'avez aucun chat disponible`,
|
360
|
-
youHaveNotSavedAnyChanges: `Vous n'avez enregistré aucune modification. Quitter ?`,
|
361
361
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
362
362
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
363
363
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
package/src/german.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `Error! Bitte wenden Sie sich an den Kundendienst...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `Erweiterungen`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `Die Dateigröße ist zu groß`,
|
@@ -318,6 +318,7 @@ Social Network`,
|
|
318
318
|
typeYourTextHere: `Bitte hier ihren Text eingeben...`,
|
319
319
|
unblock: `(en) Unblock`,
|
320
320
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
321
|
+
unfollow: `(en) Unfollow`,
|
321
322
|
unlimited: `(en) Unlimited`,
|
322
323
|
upload: `(en) Upload`,
|
323
324
|
uploadNew: `Neu hochladen`,
|
@@ -358,7 +359,6 @@ Social Network`,
|
|
358
359
|
youDidNotSelectAnyChats: `Sie haben keine Chats ausgewählt`,
|
359
360
|
youDidNotUpdateAnyValues: `Sie haben keine Werte aktualisiert`,
|
360
361
|
youDoNotHaveAnyChats: `Sie haben keine Chats`,
|
361
|
-
youHaveNotSavedAnyChanges: `Sie haben keine Änderungen gespeichert. Verlassen?`,
|
362
362
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
363
363
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
364
364
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
package/src/hindi.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `त्रुटि! कृपया ग्राहक सहायता से संपर्क करें ...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `एक्सटेंशन`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `फ़ाइल की साइज़ बहुत बड़ी है`,
|
@@ -317,6 +317,7 @@ Social Network`,
|
|
317
317
|
typeYourTextHere: `अपना अक्षर यहां दर्ज करें...`,
|
318
318
|
unblock: `(en) Unblock`,
|
319
319
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
320
|
+
unfollow: `(en) Unfollow`,
|
320
321
|
unlimited: `(en) Unlimited`,
|
321
322
|
upload: `(en) Upload`,
|
322
323
|
uploadNew: `नया अपलोड करें`,
|
@@ -357,7 +358,6 @@ Social Network`,
|
|
357
358
|
youDidNotSelectAnyChats: `आपने कोई चैट नहीं चुनी हैं`,
|
358
359
|
youDidNotUpdateAnyValues: `आपने कोई भी वैल्यू अपडेट नहीं करीं है`,
|
359
360
|
youDoNotHaveAnyChats: `आपके पास कोई चैट नहीं हैं`,
|
360
|
-
youHaveNotSavedAnyChanges: `आपने कोई परिवर्तन दर्ज नहीं किए हैं`,
|
361
361
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
362
362
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
363
363
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
package/src/indonesian.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `Error! Silakan hubungi layanan pelanggan...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `Ekstensi`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `Ukuran file terlalu besar`,
|
@@ -318,6 +318,7 @@ Social Network`,
|
|
318
318
|
typeYourTextHere: `Ketikkan teks Anda di sini...`,
|
319
319
|
unblock: `(en) Unblock`,
|
320
320
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
321
|
+
unfollow: `(en) Unfollow`,
|
321
322
|
unlimited: `(en) Unlimited`,
|
322
323
|
upload: `(en) Upload`,
|
323
324
|
uploadNew: `Unggah baru`,
|
@@ -358,7 +359,6 @@ Social Network`,
|
|
358
359
|
youDidNotSelectAnyChats: `Anda belum memilih obrolan`,
|
359
360
|
youDidNotUpdateAnyValues: `Anda tidak memperbarui apapun`,
|
360
361
|
youDoNotHaveAnyChats: `Anda tidak punya obrolan`,
|
361
|
-
youHaveNotSavedAnyChanges: `Anda belum menyimpan perubahan apapun. Keluar?`,
|
362
362
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
363
363
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
364
364
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
package/src/japanese.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `エラー!カスタマーサポートまでご連絡ください...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `拡張機能`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `ファイルのサイズが大きすぎます`,
|
@@ -316,6 +316,7 @@ Social Network`,
|
|
316
316
|
typeYourTextHere: `内容をここに入力してください...`,
|
317
317
|
unblock: `(en) Unblock`,
|
318
318
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
319
|
+
unfollow: `(en) Unfollow`,
|
319
320
|
unlimited: `(en) Unlimited`,
|
320
321
|
upload: `(en) Upload`,
|
321
322
|
uploadNew: `新しいものをアップロードする`,
|
@@ -356,7 +357,6 @@ Social Network`,
|
|
356
357
|
youDidNotSelectAnyChats: `チャットを選択していません`,
|
357
358
|
youDidNotUpdateAnyValues: `いかなる値も更新していません`,
|
358
359
|
youDoNotHaveAnyChats: `チャットはありません`,
|
359
|
-
youHaveNotSavedAnyChanges: `いかなる変更も保存していません`,
|
360
360
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
361
361
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
362
362
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
package/src/korean.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `고객 지원에 문의하십시오 ...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `확장`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `파일 크기가 너무 큽니다`,
|
@@ -315,6 +315,7 @@ Social Network`,
|
|
315
315
|
typeYourTextHere: `여기에 텍스트를 입력하세요 ...`,
|
316
316
|
unblock: `(en) Unblock`,
|
317
317
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
318
|
+
unfollow: `(en) Unfollow`,
|
318
319
|
unlimited: `(en) Unlimited`,
|
319
320
|
upload: `(en) Upload`,
|
320
321
|
uploadNew: `새로운 업로드`,
|
@@ -355,7 +356,6 @@ Social Network`,
|
|
355
356
|
youDidNotSelectAnyChats: `채팅창을 선택하지 않았습니다`,
|
356
357
|
youDidNotUpdateAnyValues: `값을 업데이트하지 않았습니다.`,
|
357
358
|
youDoNotHaveAnyChats: `채팅창이 존재하지 않습니다`,
|
358
|
-
youHaveNotSavedAnyChanges: `변경 사항을 저장하지 않았습니다.`,
|
359
359
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
360
360
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
361
361
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
package/src/portuguese.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `Erro! Entre em contato com o suporte ao cliente...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `Extensões`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `O tamanho do arquivo é muito grande`,
|
@@ -318,6 +318,7 @@ Social Network`,
|
|
318
318
|
typeYourTextHere: `Digite seu texto aqui...`,
|
319
319
|
unblock: `(en) Unblock`,
|
320
320
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
321
|
+
unfollow: `(en) Unfollow`,
|
321
322
|
unlimited: `(en) Unlimited`,
|
322
323
|
upload: `(en) Upload`,
|
323
324
|
uploadNew: `Fazer upload de novo`,
|
@@ -358,7 +359,6 @@ Social Network`,
|
|
358
359
|
youDidNotSelectAnyChats: `Você não selecionou nenhum bate-papo`,
|
359
360
|
youDidNotUpdateAnyValues: `Você não atualizou nenhum valor`,
|
360
361
|
youDoNotHaveAnyChats: `Você não tem nenhum bate-papo`,
|
361
|
-
youHaveNotSavedAnyChanges: `Você não salvou nenhuma alteração. Sair?`,
|
362
362
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
363
363
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
364
364
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
package/src/russian.ts
CHANGED
@@ -33,7 +33,8 @@ export const text: text = {
|
|
33
33
|
animeClubViewPostAndEarnFromAnimeContent: `Anime.club - просматривайте, размещайте и зарабатывайте на аниме-контенте.`,
|
34
34
|
animeCommunity: `Аниме-сообщество`,
|
35
35
|
animeDotclubNeverAsksForYourPrivateInformation: `Сотрудники Anime.club никогда не запрашивают вашу личную информацию`,
|
36
|
-
animeSocialNetwork: `Аниме.club
|
36
|
+
animeSocialNetwork: `Аниме.club
|
37
|
+
Социальная сеть`,
|
37
38
|
announcements: `Объявления`,
|
38
39
|
apply: `Применить`,
|
39
40
|
appSettings: `Настройки приложения`,
|
@@ -111,7 +112,7 @@ export const text: text = {
|
|
111
112
|
disputed: `Оспаривается`,
|
112
113
|
donations: `Пожертвования`,
|
113
114
|
done: `Готово`,
|
114
|
-
dragAndDropOrSelectFiles: `Перетащите файлы или
|
115
|
+
dragAndDropOrSelectFiles: `Перетащите файлы или нажмите для выбора`,
|
115
116
|
drawingContest: `Конкурс рисунков`,
|
116
117
|
dueDate: `Срок сдачи`,
|
117
118
|
earlier: `Раньше`,
|
@@ -128,7 +129,7 @@ export const text: text = {
|
|
128
129
|
enterYourPassword: `Введите пароль`,
|
129
130
|
error: `Ошибка`,
|
130
131
|
errorPleaseContactCustomerSupport: `Ошибка! Свяжитесь со службой поддержки...`,
|
131
|
-
|
132
|
+
exitWithoutSaving: `Выйти без сохранения`,
|
132
133
|
extensions: `Расширения`,
|
133
134
|
extras: `Дополнительные услуги`,
|
134
135
|
fileSizeIsTooBig: `Размер файла слишком большой`,
|
@@ -310,10 +311,11 @@ export const text: text = {
|
|
310
311
|
toGetWorkRelatedNotifications: `Для получения уведомлений, связанных с работой`,
|
311
312
|
total: `Всего`,
|
312
313
|
toViewThisDataYouNeedToUnblock: (...v) =>
|
313
|
-
`Чтобы
|
314
|
+
`Чтобы посмотреть эти данные, вам нужно разблокировать @${v[0]}`,
|
314
315
|
typeYourTextHere: `Напечатайте здесь свой текст...`,
|
315
316
|
unblock: `Разблокировать`,
|
316
317
|
unblockUser: (...v) => `Разблокировать @${v[0]}`,
|
318
|
+
unfollow: `Отписаться`,
|
317
319
|
unlimited: `Неограниченно`,
|
318
320
|
upload: `Загрузить`,
|
319
321
|
uploadNew: `Загрузить новый`,
|
@@ -354,7 +356,6 @@ export const text: text = {
|
|
354
356
|
youDidNotSelectAnyChats: `Вы не выбрали ни одного чата`,
|
355
357
|
youDidNotUpdateAnyValues: `Вы не обновили никаких значений`,
|
356
358
|
youDoNotHaveAnyChats: `У вас нет чатов`,
|
357
|
-
youHaveNotSavedAnyChanges: `Вы не сохранили никаких изменений`,
|
358
359
|
youHaveNotSetAPassword: `Вы не добавили пароль`,
|
359
360
|
youHaveNotSharedAnythingYet: `Вы ещё ничем не поделились`,
|
360
361
|
youHaveReachedTheMaximumNumberOfFiles: `Вы достигли максимального количества файлов`,
|
package/src/spanish.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `¡Error! Póngase en contacto con el servicio de atención al cliente...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `Extensiones`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `El tamaño del archivo es demasiado grande`,
|
@@ -317,6 +317,7 @@ Social Network`,
|
|
317
317
|
typeYourTextHere: `Escribe tu texto aquí...`,
|
318
318
|
unblock: `(en) Unblock`,
|
319
319
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
320
|
+
unfollow: `(en) Unfollow`,
|
320
321
|
unlimited: `(en) Unlimited`,
|
321
322
|
upload: `(en) Upload`,
|
322
323
|
uploadNew: `Subir nuevo`,
|
@@ -357,7 +358,6 @@ Social Network`,
|
|
357
358
|
youDidNotSelectAnyChats: `No seleccionó ningún chat`,
|
358
359
|
youDidNotUpdateAnyValues: `No actualizaste ningún valor`,
|
359
360
|
youDoNotHaveAnyChats: `No tiene ningún chat`,
|
360
|
-
youHaveNotSavedAnyChanges: `No ha guardado ningún cambio.`,
|
361
361
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
362
362
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
363
363
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
package/src/thai.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `เกิดข้อผิดพลาด! โปรดติดต่อเจ้าหน้าที่ให้บริการ...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `ขยาย`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `ขนาดไฟล์ใหญ่เกินไป`,
|
@@ -316,6 +316,7 @@ Social Network`,
|
|
316
316
|
typeYourTextHere: `พิมพ์ข้อความที่นี่...`,
|
317
317
|
unblock: `(en) Unblock`,
|
318
318
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
319
|
+
unfollow: `(en) Unfollow`,
|
319
320
|
unlimited: `(en) Unlimited`,
|
320
321
|
upload: `(en) Upload`,
|
321
322
|
uploadNew: `อัปโหลดใหม่`,
|
@@ -356,7 +357,6 @@ Social Network`,
|
|
356
357
|
youDidNotSelectAnyChats: `คุณยังไม่ได้เลือกการแชทเลย`,
|
357
358
|
youDidNotUpdateAnyValues: `คุณยังไม่ได้อัปเดตค่าเลย`,
|
358
359
|
youDoNotHaveAnyChats: `คุณยังไม่มีการแชทเลย`,
|
359
|
-
youHaveNotSavedAnyChanges: `คุณยังไม่ได้บันทึกการเปลี่ยนแปลงนะ`,
|
360
360
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
361
361
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
362
362
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|
package/src/vietnamese.ts
CHANGED
@@ -130,7 +130,7 @@ Social Network`,
|
|
130
130
|
enterYourPassword: `(en) Enter your password`,
|
131
131
|
error: `(en) Error`,
|
132
132
|
errorPleaseContactCustomerSupport: `Lỗi! Vui lòng liên hệ bộ phận hỗ trợ khách hàng...`,
|
133
|
-
|
133
|
+
exitWithoutSaving: `(en) Exit without saving`,
|
134
134
|
extensions: `Phần mở rộng`,
|
135
135
|
extras: `(en) Extras`,
|
136
136
|
fileSizeIsTooBig: `Kích cỡ tệp quá lớn`,
|
@@ -315,6 +315,7 @@ Social Network`,
|
|
315
315
|
typeYourTextHere: `Nhập văn bản của bạn vào đây...`,
|
316
316
|
unblock: `(en) Unblock`,
|
317
317
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
318
|
+
unfollow: `(en) Unfollow`,
|
318
319
|
unlimited: `(en) Unlimited`,
|
319
320
|
upload: `(en) Upload`,
|
320
321
|
uploadNew: `Tải lên mới`,
|
@@ -355,7 +356,6 @@ Social Network`,
|
|
355
356
|
youDidNotSelectAnyChats: `Bạn chưa chọn trò chuyện nào`,
|
356
357
|
youDidNotUpdateAnyValues: `Bạn đã không cập nhật giá trị nào`,
|
357
358
|
youDoNotHaveAnyChats: `Bạn không có trò chuyện nào`,
|
358
|
-
youHaveNotSavedAnyChanges: `Bạn chưa lưu thay đổi nào. Rời đi?`,
|
359
359
|
youHaveNotSetAPassword: `(en) You have not set a password`,
|
360
360
|
youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
|
361
361
|
youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
|