This repository was archived by the owner on Jul 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathi18n.json
More file actions
57 lines (57 loc) · 2.3 KB
/
i18n.json
File metadata and controls
57 lines (57 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"en": {
"config": "Config",
"report": "Report",
"message": "Changes will take effect on the next page load.",
"noConfig": "No configuration available",
"doc": "Documentation",
"search": "Search",
"clearCache": "Clear cache",
"cleared": "All settings and cache have been cleared.",
"saved": "Your settings have been saved."
},
"de": {
"config": "Anpassungen",
"report": "Fehler melden",
"message": "Änderungen treten beim nächsten Laden der Seite in Kraft.",
"noConfig": "Keine Anpassungen verfügbar",
"doc": "Dokumentation",
"search": "Suchen",
"clearCache": "Cache leeren",
"cleared": "Alle Einstellungen wurden zurückgesetzt und der Cache geleert.",
"saved": "Deine Einstellungen wurden gespeichert."
},
"hi": {
"config": "कॉन्फ़िगरेशन",
"report": "रिपोर्ट करें",
"message": "बदलाव अगले पृष्ठ लोड पर दिखेंगे।",
"noConfig": "कोई कॉन्फ़िगरेशन नहीं मिला",
"doc": "डॉक्यूमेंटेशन",
"search": " खोजें",
"clearCache": "कैच क्लियर करें",
"cleared": "आपके सभी सेटिंग्स और कैच को क्लियर कर दिया गया है।",
"saved": "आपके सेटिंग्स को सेव कर दिया गया है।"
},
"pt-br": {
"config": "Configuração",
"report": "Reportar",
"message": "As alterações entrarão em vigor no próximo carregamento de página",
"noConfig": "Nenhuma configuração disponível",
"doc": "Documentação",
"search": "Pesquisar",
"clearCache": "Limpar cache",
"cleared": "Todas as configurações e cache foram limpos",
"saved": "Suas configurações foram salvas"
},
"vi": {
"config": "Cài đặt",
"report": "Báo lỗi",
"message": "Thay đổi sẽ có hiệu lực trong lần tải trang sau",
"noConfig": "Không có cài đặt",
"doc": "Tài liệu",
"search": "Tìm kiếm",
"clearCache": "Xóa bộ nhớ đệm",
"cleared": "Đã xóa tất cả cài đặt và bộ nhớ đệm",
"saved": "Đã lưu cài đặt của bạn"
}
}