@anime.club/translations 1.1.24 → 1.1.26
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 +2 -2
- package/src/arabic-standard.ts +3 -1
- package/src/chinese-simplified.ts +3 -1
- package/src/english.ts +3 -2
- package/src/french.ts +3 -1
- package/src/german.ts +3 -1
- package/src/hindi.ts +3 -1
- package/src/indonesian.ts +3 -1
- package/src/japanese.ts +3 -1
- package/src/korean.ts +3 -1
- package/src/portuguese.ts +3 -1
- package/src/russian.ts +3 -1
- package/src/spanish.ts +3 -1
- package/src/thai.ts +3 -1
- package/src/vietnamese.ts +3 -1
package/package.json
CHANGED
@@ -4,13 +4,13 @@
|
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
7
|
-
"version": "1.1.
|
7
|
+
"version": "1.1.26",
|
8
8
|
"type": "module",
|
9
9
|
"files": [
|
10
10
|
"src",
|
11
11
|
"types"
|
12
12
|
],
|
13
13
|
"devDependencies": {
|
14
|
-
"@10stars/config": "^
|
14
|
+
"@10stars/config": "^8.0.2"
|
15
15
|
}
|
16
16
|
}
|
package/src/arabic-standard.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `الوصف`,
|
91
91
|
details: `التفاصيل`,
|
92
92
|
didntReceiveEmail: `لم تتلقى البريد؟`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `التبرعات`,
|
94
95
|
done: `انتهاء`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `اللغات`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `إعجابات`,
|
@@ -203,7 +205,7 @@ Social Network`,
|
|
203
205
|
nsfwContent18Plus: `محتوى للبالغين (18+)`,
|
204
206
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
205
207
|
online: `متصل`,
|
206
|
-
|
208
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
207
209
|
onlyNumbers: `أرقام فقط`,
|
208
210
|
open: `(en) Open`,
|
209
211
|
openGuestView: `افتح وضع الضيف`,
|
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `描述`,
|
91
91
|
details: `细节`,
|
92
92
|
didntReceiveEmail: `没有收到邮件吗?`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `捐赠`,
|
94
95
|
done: `完成了`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `语言`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `喜欢`,
|
@@ -202,7 +204,7 @@ Social Network`,
|
|
202
204
|
nsfwContent18Plus: `NSFW内容(18+)`,
|
203
205
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
204
206
|
online: `在线`,
|
205
|
-
|
207
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
206
208
|
onlyNumbers: `仅数字`,
|
207
209
|
open: `(en) Open`,
|
208
210
|
openGuestView: `开启访客检视`,
|
package/src/english.ts
CHANGED
@@ -89,6 +89,7 @@ export const text = {
|
|
89
89
|
description: `Description`,
|
90
90
|
details: `Details`,
|
91
91
|
didntReceiveEmail: `Didn't receive email?`,
|
92
|
+
displayName: `Display name`,
|
92
93
|
donations: `Donations`,
|
93
94
|
done: `Done`,
|
94
95
|
dragAndDropOrSelectFiles: `Drag & Drop or Select file(s)`,
|
@@ -152,7 +153,7 @@ export const text = {
|
|
152
153
|
languages: `Languages`,
|
153
154
|
letEveryoneKnowHowToDonateToYou: `Let everyone know how to donate to you`,
|
154
155
|
letOthersKnowAboutYou: `Let others know about you`,
|
155
|
-
|
156
|
+
licenseForForProfitBusinessUse: `License for for-profit business use`,
|
156
157
|
lightDefault: `Light default`,
|
157
158
|
lightHighContrast: `Light high contrast`,
|
158
159
|
likes: `Likes`,
|
@@ -203,7 +204,7 @@ export const text = {
|
|
203
204
|
nsfwContent18Plus: `NSFW Content (18+)`,
|
204
205
|
numberOfAdjustmentsAClientCouldRequest: `Number of adjustments a client could request`,
|
205
206
|
online: `Online`,
|
206
|
-
|
207
|
+
onlyLatinLettersNumbersHyphen: `Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
207
208
|
onlyNumbers: `Only numbers`,
|
208
209
|
open: `Open`,
|
209
210
|
openGuestView: `Open guest view`,
|
package/src/french.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `Description`,
|
91
91
|
details: `Détails`,
|
92
92
|
didntReceiveEmail: `Vous n'avez pas reçu le courriel ?`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `Dons`,
|
94
95
|
done: `Terminé`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `Langues`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `Likes`,
|
@@ -203,7 +205,7 @@ Social Network`,
|
|
203
205
|
nsfwContent18Plus: `Contenu NSFW (18+)`,
|
204
206
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
205
207
|
online: `En ligne`,
|
206
|
-
|
208
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
207
209
|
onlyNumbers: `Seulement les chiffres`,
|
208
210
|
open: `(en) Open`,
|
209
211
|
openGuestView: `Ouvrir la vue client`,
|
package/src/german.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `Beschreibung`,
|
91
91
|
details: `Einzelheiten`,
|
92
92
|
didntReceiveEmail: `Haben Sie keine E-Mail erhalten?`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `Spenden`,
|
94
95
|
done: `Getan`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `Sprachen`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `Likes`,
|
@@ -203,7 +205,7 @@ Social Network`,
|
|
203
205
|
nsfwContent18Plus: `NSFW-Inhalt (18+)`,
|
204
206
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
205
207
|
online: `Online`,
|
206
|
-
|
208
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
207
209
|
onlyNumbers: `Nur Zahlen`,
|
208
210
|
open: `(en) Open`,
|
209
211
|
openGuestView: `Gastansicht öffnen`,
|
package/src/hindi.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `वर्णन`,
|
91
91
|
details: `विवरण`,
|
92
92
|
didntReceiveEmail: `ईमेल प्राप्त नहीं हुआ?`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `दान`,
|
94
95
|
done: `समाप्त`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `भाषाओं`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `लाइक्स`,
|
@@ -203,7 +205,7 @@ Social Network`,
|
|
203
205
|
nsfwContent18Plus: `एनएसएफडब्ल्यू सामग्री (18+)`,
|
204
206
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
205
207
|
online: `ऑनलाइन`,
|
206
|
-
|
208
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
207
209
|
onlyNumbers: `केवल संख्या`,
|
208
210
|
open: `(en) Open`,
|
209
211
|
openGuestView: `अतिथि दृश्य खोलें`,
|
package/src/indonesian.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `Deskripsi`,
|
91
91
|
details: `Detail`,
|
92
92
|
didntReceiveEmail: `Tidak menerima email?`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `Donasi`,
|
94
95
|
done: `Selesai`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `Bahasa`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `Suka`,
|
@@ -203,7 +205,7 @@ Social Network`,
|
|
203
205
|
nsfwContent18Plus: `Konten NSFW (18+)`,
|
204
206
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
205
207
|
online: `Daring`,
|
206
|
-
|
208
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
207
209
|
onlyNumbers: `Hanya angka`,
|
208
210
|
open: `(en) Open`,
|
209
211
|
openGuestView: `Buka tampilan pengunjung`,
|
package/src/japanese.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `内容`,
|
91
91
|
details: `詳細`,
|
92
92
|
didntReceiveEmail: `メールが届きませんでしたか?`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `寄付`,
|
94
95
|
done: `完了`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `言語`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `いいね`,
|
@@ -202,7 +204,7 @@ Social Network`,
|
|
202
204
|
nsfwContent18Plus: `18歳以上向けのコンテンツ`,
|
203
205
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
204
206
|
online: `オンライン`,
|
205
|
-
|
207
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
206
208
|
onlyNumbers: `数字のみ`,
|
207
209
|
open: `(en) Open`,
|
208
210
|
openGuestView: `ゲスト視聴を開く`,
|
package/src/korean.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `서술`,
|
91
91
|
details: `세부 사항`,
|
92
92
|
didntReceiveEmail: `이메일을 받지 못하셨습니까?`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `기부`,
|
94
95
|
done: `완료`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `언어`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `좋아요`,
|
@@ -202,7 +204,7 @@ Social Network`,
|
|
202
204
|
nsfwContent18Plus: `NSFW 콘텐츠 (18 세 이상)`,
|
203
205
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
204
206
|
online: `온라인`,
|
205
|
-
|
207
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
206
208
|
onlyNumbers: `숫자 만`,
|
207
209
|
open: `(en) Open`,
|
208
210
|
openGuestView: `게스트보기 열기`,
|
package/src/portuguese.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `Descrição`,
|
91
91
|
details: `Detalhes`,
|
92
92
|
didntReceiveEmail: `Não recebeu correio electrónico?`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `Doações`,
|
94
95
|
done: `Pronto`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `Línguas`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `Gostos`,
|
@@ -203,7 +205,7 @@ Social Network`,
|
|
203
205
|
nsfwContent18Plus: `Conteúdo NSFW (18+)`,
|
204
206
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
205
207
|
online: `Online`,
|
206
|
-
|
208
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
207
209
|
onlyNumbers: `Apenas números`,
|
208
210
|
open: `(en) Open`,
|
209
211
|
openGuestView: `Abrir visualização de convidado`,
|
package/src/russian.ts
CHANGED
@@ -89,6 +89,7 @@ Social Network`,
|
|
89
89
|
description: `Описание`,
|
90
90
|
details: `Подробности`,
|
91
91
|
didntReceiveEmail: `Не получили email?`,
|
92
|
+
displayName: `(en) Display name`,
|
92
93
|
donations: `Пожертвования`,
|
93
94
|
done: `Готово`,
|
94
95
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -152,6 +153,7 @@ Social Network`,
|
|
152
153
|
languages: `Языки`,
|
153
154
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
154
155
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
156
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
155
157
|
lightDefault: `(en) Light default`,
|
156
158
|
lightHighContrast: `(en) Light high contrast`,
|
157
159
|
likes: `Нравится`,
|
@@ -202,7 +204,7 @@ Social Network`,
|
|
202
204
|
nsfwContent18Plus: `Материалы для взрослых (18+)`,
|
203
205
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
204
206
|
online: `В сети`,
|
205
|
-
|
207
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
206
208
|
onlyNumbers: `Только числа`,
|
207
209
|
open: `Открыть`,
|
208
210
|
openGuestView: `Открыть вид для гостей`,
|
package/src/spanish.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `Descripción`,
|
91
91
|
details: `Detalles`,
|
92
92
|
didntReceiveEmail: `¿No recibió correo electrónico?`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `Donaciones`,
|
94
95
|
done: `Hecho`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `Idiomas`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `Me gusta`,
|
@@ -203,7 +205,7 @@ Social Network`,
|
|
203
205
|
nsfwContent18Plus: `Contenido NSFW (18+)`,
|
204
206
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
205
207
|
online: `En línea`,
|
206
|
-
|
208
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
207
209
|
onlyNumbers: `Sólo números`,
|
208
210
|
open: `(en) Open`,
|
209
211
|
openGuestView: `Abrir la vista de invitados`,
|
package/src/thai.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `คำอธิบาย`,
|
91
91
|
details: `รายละเอียด`,
|
92
92
|
didntReceiveEmail: `ยังไม่ได้รับอีเมลใช่ไหม`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `การบริจาค`,
|
94
95
|
done: `เสร็จ`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `ภาษา`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `ถูกใจ`,
|
@@ -203,7 +205,7 @@ Social Network`,
|
|
203
205
|
nsfwContent18Plus: `เนื้อหา NSFW (18+)`,
|
204
206
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
205
207
|
online: `ออนไลน์`,
|
206
|
-
|
208
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
207
209
|
onlyNumbers: `เฉพาะตัวเลข`,
|
208
210
|
open: `(en) Open`,
|
209
211
|
openGuestView: `เปิดโหมดผู้เยี่ยมชมชั่วคราว`,
|
package/src/vietnamese.ts
CHANGED
@@ -90,6 +90,7 @@ Social Network`,
|
|
90
90
|
description: `Mô tả`,
|
91
91
|
details: `Chi tiết`,
|
92
92
|
didntReceiveEmail: `Không nhận được email?`,
|
93
|
+
displayName: `(en) Display name`,
|
93
94
|
donations: `Quyên góp`,
|
94
95
|
done: `Đã xong`,
|
95
96
|
dragAndDropOrSelectFiles: `(en) Drag & Drop or Select file(s)`,
|
@@ -153,6 +154,7 @@ Social Network`,
|
|
153
154
|
languages: `Ngôn ngữ`,
|
154
155
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
155
156
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
157
|
+
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
156
158
|
lightDefault: `(en) Light default`,
|
157
159
|
lightHighContrast: `(en) Light high contrast`,
|
158
160
|
likes: `Thích`,
|
@@ -202,7 +204,7 @@ Social Network`,
|
|
202
204
|
nsfwContent18Plus: `Nội dung NSFW (18+)`,
|
203
205
|
numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
|
204
206
|
online: `Trực tuyến`,
|
205
|
-
|
207
|
+
onlyLatinLettersNumbersHyphen: `(en) Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
206
208
|
onlyNumbers: `Chỉ sử dụng số`,
|
207
209
|
open: `(en) Open`,
|
208
210
|
openGuestView: `Mở dạng xem cho khách`,
|