ep_headings2 0.2.30 → 0.2.34
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/locales/my.json +14 -0
- package/locales/sw.json +14 -0
- package/locales/th.json +14 -0
- package/locales/uk.json +14 -0
- package/package.json +1 -1
package/locales/my.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Andibecker"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_headings.style": "ပုံစံ",
|
|
8
|
+
"ep_headings.normal": "ပုံမှန်ပါပဲ",
|
|
9
|
+
"ep_headings.h1": "ခေါင်းစဉ် ၁",
|
|
10
|
+
"ep_headings.h2": "ခေါင်းစီး ၂",
|
|
11
|
+
"ep_headings.h3": "ခေါင်းစဉ် ၃",
|
|
12
|
+
"ep_headings.h4": "ခေါင်းစဉ် ၄",
|
|
13
|
+
"ep_headings.code": "ကုဒ်"
|
|
14
|
+
}
|
package/locales/sw.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Andibecker"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_headings.style": "Mtindo",
|
|
8
|
+
"ep_headings.normal": "Kawaida",
|
|
9
|
+
"ep_headings.h1": "Kichwa 1",
|
|
10
|
+
"ep_headings.h2": "Kichwa 2",
|
|
11
|
+
"ep_headings.h3": "Kichwa 3",
|
|
12
|
+
"ep_headings.h4": "Kichwa 4",
|
|
13
|
+
"ep_headings.code": "Kanuni"
|
|
14
|
+
}
|
package/locales/th.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Andibecker"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_headings.style": "สไตล์",
|
|
8
|
+
"ep_headings.normal": "ปกติ",
|
|
9
|
+
"ep_headings.h1": "หัวเรื่อง 1",
|
|
10
|
+
"ep_headings.h2": "หัวเรื่อง 2",
|
|
11
|
+
"ep_headings.h3": "หัวเรื่อง 3",
|
|
12
|
+
"ep_headings.h4": "หัวเรื่อง 4",
|
|
13
|
+
"ep_headings.code": "รหัส"
|
|
14
|
+
}
|
package/locales/uk.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"DDPAT"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_headings.style": "Стиль",
|
|
8
|
+
"ep_headings.normal": "Нормальний",
|
|
9
|
+
"ep_headings.h1": "Заголовок 1",
|
|
10
|
+
"ep_headings.h2": "Заголовок 2",
|
|
11
|
+
"ep_headings.h3": "Заголовок 3",
|
|
12
|
+
"ep_headings.h4": "Заголовок 4",
|
|
13
|
+
"ep_headings.code": "Код"
|
|
14
|
+
}
|
package/package.json
CHANGED