Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Creole language traslation #918

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion svelte/src/libs/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import srb from "./languages/srb.json";
import is from "./languages/is.json";
import lo from "./languages/lo.json";
import dk from "./languages/dk.json";
import ht from "./languages/ht.json";

import * as customModifiers from "./modifiers";

Expand Down Expand Up @@ -95,7 +96,8 @@ const languages = [
srb,
is,
lo,
dk
dk,
ht
];

const langs: { [lang: string]: string } = {};
Expand Down
101 changes: 101 additions & 0 deletions svelte/src/libs/translations/languages/ht.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"id": "ht",
"label": "kreyòl",
"translations": {
"store-search-placeholder": "chache pakè",
"action": {
"update": "aktiyalize",
"cancel": "ankile"
},
"package": {
"update-all": "AKTILIZE TOUT",
"cta-AVAILABLE": "ENSTALE",
"cta-INSTALLED": "ENSTALE",
"cta-INSTALLING": "ENSTALE",
"cta-UNINSTALLED": "RE-ENSTALE",
"cta-UNINSTALL": "DEZENSTALE",
"cta-NEEDS_UPDATE": "AKTILIZE",
"cta-UPDATING": "AKTILIZASYON",
"cta-UPDATED": "AKTILIZE",
"cta-PRUNE": "NETWAYE",
"cta-PRUNING": "NETWAYE",
"open": "OUVÈTI",
"open-in-terminal": "OUVÈTI NAN TERMINAL",
"local-package": "pake lokal",
"not-in-pantry": "pa ankò ajoute nan sèlè"
},
"footer": {
"quick-links-title": "lyen rapid",
"about-tea-store": "sou magazen te",
"report-a-problem": "rapòte yon pwoblèm",
"visit-website": "vizite tea.xyz",
"terms-services": "tèm & sèvis",
"privacy-policy": "politik sekirite"
},
"documentation": {
"title": "dokimantasyon",
"workshops": "atelye"
},
"view-all": "wè tout",
"sorting": {
"label": "Twa",
"popularity": "Pi popilè",
"most-recent": "Pi resan"
},
"common": {
"home": "lakay",
"all": "tout",
"articles": "Atik",
"workshops": "Atelye",
"metadata": "Metadata",
"homepage": "Paj lakay",
"documentation": "Dokimantasyon",
"github-repository": "Repositwa Github",
"repository": "Repositwa",
"contributors": "Kontribitè",
"view-on-github": "WÈ SOU GITHUB"
},
"tabs": {
"details": "pkg",
"cli": "cli",
"gui": "gui"
},
"notification": {
"update-header": "aktiyalize thé / gui a {{version}}?",
"gui-restarting": "Kontinye pral lakòz aplikasyon an kòmanse souvle apre li fini. Tanpri asire w ke ou pa gen okenn operasyon an kou. Èske ou vle kontinye?",
"gui-restart": "Rekòmansman"
},
"side-menu-title": {
"discover": "dekouvri",
"all": "tout Pakè yo",
"installed": "Pakè enstale",
"installed_updates_available": "Anstalasyon disponib",
"recently_updated": "Dènyèman Aktiyalize",
"new_packages": "Nouvo Pakè",
"popular": "Popilè",
"featured": "Chwazi",
"essentials": "Esansyèl",
"starstruck": "Gwo Wèl Lourds",
"made_by_tea": "fèt pa te",
"local_packages": "Pakè lokal"
},
"tags": {
"discover": "dekouvri",
"all": "tout pakè yo",
"installed": "enstale",
"installed_updates_available": "Anstalasyon disponib",
"recently_updated": "dènyèman aktiyalize",
"new_packages": "Nouvo pakè yo",
"popular": "popilè",
"featured": "chache",
"essentials": "esansyèl",
"starstruck": "frape étoil",
"made_by_tea": "Fèt pa te",
"local_packages": "Pakè lokal"
},
"discover": {
"featured_title": "esansyèl AI lokal",
"featured_description": "Eksplwate rejyon AI lokal la. Sa a se platfòm ou a pou fikse ak zouti AI de pi gwo pwofil tankou AutoGPT ak Stabil Diffusion Web UI, tou dousman nan sistèm lokal ou. Kòmanse pwòjè AI ou pandan ou kenbe done ou an an sekirite, ak libète pou fè ajustman jan ou vle."
}
}
}