Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:29 +09:00
commit d918e2eddc
2971 changed files with 264195 additions and 0 deletions

54
node_modules/relative-time-format/locale/lo/long.json generated vendored Normal file
View File

@@ -0,0 +1,54 @@
{
"year": {
"previous": "ປີກາຍ",
"current": "ປີນີ້",
"next": "ປີໜ້າ",
"past": "{0} ປີກ່ອນ",
"future": "ໃນອີກ {0} ປີ"
},
"quarter": {
"previous": "ໄຕຣມາດກ່ອນໜ້າ",
"current": "ໄຕຣມາດນີ້",
"next": "ໄຕຣມາດໜ້າ",
"past": "{0} ໄຕຣມາດກ່ອນ",
"future": "ໃນອີກ {0} ໄຕຣມາດ"
},
"month": {
"previous": "ເດືອນແລ້ວ",
"current": "ເດືອນນີ້",
"next": "ເດືອນໜ້າ",
"past": "{0} ເດືອນກ່ອນ",
"future": "ໃນອີກ {0} ເດືອນ"
},
"week": {
"previous": "ອາທິດແລ້ວ",
"current": "ອາທິດນີ້",
"next": "ອາທິດໜ້າ",
"past": "{0} ອາທິດກ່ອນ",
"future": "ໃນອີກ {0} ອາທິດ"
},
"day": {
"previous": "ມື້ວານ",
"previous-2": "ມື້ກ່ອນ",
"current": "ມື້ນີ້",
"next": "ມື້ອື່ນ",
"next-2": "ມື້ຮື",
"past": "{0} ມື້ກ່ອນ",
"future": "ໃນອີກ {0} ມື້"
},
"hour": {
"current": "ຊົ່ວໂມງນີ້",
"past": "{0} ຊົ່ວໂມງກ່ອນ",
"future": "ໃນອີກ {0} ຊົ່ວໂມງ"
},
"minute": {
"current": "ນາທີນີ້",
"past": "{0} ນາທີກ່ອນ",
"future": "{0} ໃນອີກ 0 ນາທີ"
},
"second": {
"current": "ຕອນນີ້",
"past": "{0} ວິນາທີກ່ອນ",
"future": "ໃນອີກ {0} ວິນາທີ"
}
}