First commit
This commit is contained in:
parent
91447f74b4
commit
6ab4bb6daa
13123 changed files with 60099 additions and 204 deletions
22
public/assets/color-picker/t9n/index.d.ts
vendored
Normal file
22
public/assets/color-picker/t9n/index.d.ts
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
export type ColorPickerMessages = {
|
||||
b: string;
|
||||
blue: string;
|
||||
deleteColor: string;
|
||||
g: string;
|
||||
green: string;
|
||||
h: string;
|
||||
hsv: string;
|
||||
hex: string;
|
||||
hue: string;
|
||||
noColor: string;
|
||||
opacity: string;
|
||||
r: string;
|
||||
red: string;
|
||||
rgb: string;
|
||||
s: string;
|
||||
saturation: string;
|
||||
saveColor: string;
|
||||
saved: string;
|
||||
v: string;
|
||||
value: string;
|
||||
};
|
22
public/assets/color-picker/t9n/messages.json
Normal file
22
public/assets/color-picker/t9n/messages.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Blue",
|
||||
"deleteColor": "Delete color",
|
||||
"g": "G",
|
||||
"green": "Green",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Hue",
|
||||
"noColor": "No color",
|
||||
"opacity": "Opacity",
|
||||
"r": "R",
|
||||
"red": "Red",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Saturation",
|
||||
"saveColor": "Save color",
|
||||
"saved": "Saved",
|
||||
"v": "V",
|
||||
"value": "Value"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_ar.json
Normal file
22
public/assets/color-picker/t9n/messages_ar.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "ب",
|
||||
"blue": "أزرق",
|
||||
"deleteColor": "حذف اللون",
|
||||
"g": "G",
|
||||
"green": "أخضر",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "سداسي",
|
||||
"hue": "تدرج اللون",
|
||||
"noColor": "لا يوجد لون",
|
||||
"opacity": "معدل الشفافية",
|
||||
"r": "R",
|
||||
"red": "أحمر",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "الإشباع",
|
||||
"saveColor": "حفظ اللون",
|
||||
"saved": "تم الحفظ",
|
||||
"v": "V",
|
||||
"value": "القيمة"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_bg.json
Normal file
22
public/assets/color-picker/t9n/messages_bg.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Син",
|
||||
"deleteColor": "Изтриване на цвят",
|
||||
"g": "G",
|
||||
"green": "Зелен",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Hue",
|
||||
"noColor": "Без цвят",
|
||||
"opacity": "Непрозрачност",
|
||||
"r": "R",
|
||||
"red": "Червен",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Сатурация",
|
||||
"saveColor": "Запазване на цвят",
|
||||
"saved": "Записано",
|
||||
"v": "V",
|
||||
"value": "Стойност"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_bs.json
Normal file
22
public/assets/color-picker/t9n/messages_bs.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Plava",
|
||||
"deleteColor": "Izbriši boju",
|
||||
"g": "G",
|
||||
"green": "Zelena",
|
||||
"h": "V",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Nijansa",
|
||||
"noColor": "Nema boje",
|
||||
"opacity": "Neprozirnost",
|
||||
"r": "R",
|
||||
"red": "Crvena",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Zasićenost",
|
||||
"saveColor": "Spremi boju",
|
||||
"saved": "Spremljeno",
|
||||
"v": "V",
|
||||
"value": "Vrijednost"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_ca.json
Normal file
22
public/assets/color-picker/t9n/messages_ca.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Blau",
|
||||
"deleteColor": "Suprimeix el color",
|
||||
"g": "V",
|
||||
"green": "Verd",
|
||||
"h": "T",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hexadecimal",
|
||||
"hue": "Hue",
|
||||
"noColor": "Cap color",
|
||||
"opacity": "Opacitat",
|
||||
"r": "R",
|
||||
"red": "Vermell",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Saturació",
|
||||
"saveColor": "Desa el color",
|
||||
"saved": "Desat",
|
||||
"v": "D",
|
||||
"value": "Valor"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_cs.json
Normal file
22
public/assets/color-picker/t9n/messages_cs.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Modrá",
|
||||
"deleteColor": "Smazat barvu",
|
||||
"g": "G",
|
||||
"green": "Zelená",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Odstín",
|
||||
"noColor": "Žádná barva",
|
||||
"opacity": "Neprůhlednost",
|
||||
"r": "R",
|
||||
"red": "Červená",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Sytost",
|
||||
"saveColor": "Uložit barvu",
|
||||
"saved": "Uloženo",
|
||||
"v": "V",
|
||||
"value": "Hodnota"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_da.json
Normal file
22
public/assets/color-picker/t9n/messages_da.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Blå",
|
||||
"deleteColor": "Slet farve",
|
||||
"g": "G",
|
||||
"green": "Grøn",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Nuance",
|
||||
"noColor": "Ingen farve",
|
||||
"opacity": "Gennemsigtighed",
|
||||
"r": "R",
|
||||
"red": "Rød",
|
||||
"rgb": "RGB",
|
||||
"s": "L",
|
||||
"saturation": "Mætning",
|
||||
"saveColor": "Gem farve",
|
||||
"saved": "Gemt",
|
||||
"v": "V",
|
||||
"value": "Værdi"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_de.json
Normal file
22
public/assets/color-picker/t9n/messages_de.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Blau",
|
||||
"deleteColor": "Farbe löschen",
|
||||
"g": "G",
|
||||
"green": "Grün",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Farbton",
|
||||
"noColor": "Keine Farbe",
|
||||
"opacity": "Opazität",
|
||||
"r": "R",
|
||||
"red": "Rot",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Sättigung",
|
||||
"saveColor": "Farbe speichern",
|
||||
"saved": "Gespeichert",
|
||||
"v": "W",
|
||||
"value": "Wert"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_el.json
Normal file
22
public/assets/color-picker/t9n/messages_el.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Μπλε",
|
||||
"deleteColor": "Διαγραφή χρώματος",
|
||||
"g": "G",
|
||||
"green": "Πράσινο",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Δεκαεξαδικό",
|
||||
"hue": "Απόχρωση",
|
||||
"noColor": "Χωρίς χρώμα",
|
||||
"opacity": "Αδιαφάνεια",
|
||||
"r": "R",
|
||||
"red": "Κόκκινο",
|
||||
"rgb": "RGB",
|
||||
"s": "Σ",
|
||||
"saturation": "Κορεσμός",
|
||||
"saveColor": "Αποθήκευση χρώματος",
|
||||
"saved": "Αποθηκεύτηκε",
|
||||
"v": "V",
|
||||
"value": "Τιμή"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_en.json
Normal file
22
public/assets/color-picker/t9n/messages_en.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Blue",
|
||||
"deleteColor": "Delete color",
|
||||
"g": "G",
|
||||
"green": "Green",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Hue",
|
||||
"noColor": "No color",
|
||||
"opacity": "Opacity",
|
||||
"r": "R",
|
||||
"red": "Red",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Saturation",
|
||||
"saveColor": "Save color",
|
||||
"saved": "Saved",
|
||||
"v": "V",
|
||||
"value": "Value"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_es.json
Normal file
22
public/assets/color-picker/t9n/messages_es.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Azul",
|
||||
"deleteColor": "Eliminar color",
|
||||
"g": "G",
|
||||
"green": "Verde",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex.",
|
||||
"hue": "Matiz",
|
||||
"noColor": "Sin color",
|
||||
"opacity": "Opacidad",
|
||||
"r": "R",
|
||||
"red": "Rojo",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Saturación",
|
||||
"saveColor": "Guardar color",
|
||||
"saved": "Guardado",
|
||||
"v": "V",
|
||||
"value": "Valor"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_et.json
Normal file
22
public/assets/color-picker/t9n/messages_et.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Sinine",
|
||||
"deleteColor": "Kustuta värv",
|
||||
"g": "G",
|
||||
"green": "Roheline",
|
||||
"h": "K",
|
||||
"hsv": "HSV",
|
||||
"hex": "Kuusnurk",
|
||||
"hue": "Värvitoon",
|
||||
"noColor": "Värvi pole",
|
||||
"opacity": "Läbipaistmatus",
|
||||
"r": "R",
|
||||
"red": "Punane",
|
||||
"rgb": "RGB",
|
||||
"s": "Lõuna",
|
||||
"saturation": "Küllastus",
|
||||
"saveColor": "Salvesta värv",
|
||||
"saved": "Salvestatud",
|
||||
"v": "V",
|
||||
"value": "Väärtus"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_fi.json
Normal file
22
public/assets/color-picker/t9n/messages_fi.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Sininen",
|
||||
"deleteColor": "Poista väri",
|
||||
"g": "G",
|
||||
"green": "Vihreä",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Heksa",
|
||||
"hue": "Sävy",
|
||||
"noColor": "Ei väriä",
|
||||
"opacity": "Peittävyys",
|
||||
"r": "R",
|
||||
"red": "Punainen",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Saturaatio",
|
||||
"saveColor": "Tallenna väri",
|
||||
"saved": "Tallennettu",
|
||||
"v": "V",
|
||||
"value": "Arvo"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_fr.json
Normal file
22
public/assets/color-picker/t9n/messages_fr.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Bleu",
|
||||
"deleteColor": "Supprimer la couleur",
|
||||
"g": "V",
|
||||
"green": "Vert",
|
||||
"h": "T",
|
||||
"hsv": "TSV",
|
||||
"hex": "Hexadécimal",
|
||||
"hue": "Teinte",
|
||||
"noColor": "Aucune couleur",
|
||||
"opacity": "Opacité",
|
||||
"r": "R",
|
||||
"red": "Rouge",
|
||||
"rgb": "RVB",
|
||||
"s": "S",
|
||||
"saturation": "Saturation",
|
||||
"saveColor": "Enregistrer la couleur",
|
||||
"saved": "Enregistrée",
|
||||
"v": "V",
|
||||
"value": "Valeur"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_he.json
Normal file
22
public/assets/color-picker/t9n/messages_he.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "כחול",
|
||||
"deleteColor": "מחק צבע",
|
||||
"g": "G",
|
||||
"green": "ירוק",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "גוון",
|
||||
"noColor": "ללא צבע",
|
||||
"opacity": "אטימות",
|
||||
"r": "R",
|
||||
"red": "אדום",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "רווייה",
|
||||
"saveColor": "שמור צבע",
|
||||
"saved": "שמורות",
|
||||
"v": "V",
|
||||
"value": "ערך"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_hr.json
Normal file
22
public/assets/color-picker/t9n/messages_hr.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Plava",
|
||||
"deleteColor": "Izbriši boju",
|
||||
"g": "G",
|
||||
"green": "Zelena",
|
||||
"h": "V",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Nijansa",
|
||||
"noColor": "Nema boje",
|
||||
"opacity": "Neprozirnost",
|
||||
"r": "R",
|
||||
"red": "Crvena",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Zasićenost",
|
||||
"saveColor": "Spremi boju",
|
||||
"saved": "Spremljeno",
|
||||
"v": "V",
|
||||
"value": "Vrijednost"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_hu.json
Normal file
22
public/assets/color-picker/t9n/messages_hu.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Kék",
|
||||
"deleteColor": "Szín törlése",
|
||||
"g": "G",
|
||||
"green": "Zöld",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Színárnyalat",
|
||||
"noColor": "Nincs szín",
|
||||
"opacity": "Átlátszóság",
|
||||
"r": "R",
|
||||
"red": "Vörös",
|
||||
"rgb": "RGB",
|
||||
"s": "Szo",
|
||||
"saturation": "Telítettség",
|
||||
"saveColor": "Szín mentése",
|
||||
"saved": "Mentve",
|
||||
"v": "V",
|
||||
"value": "Érték"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_id.json
Normal file
22
public/assets/color-picker/t9n/messages_id.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Biru",
|
||||
"deleteColor": "Hapus warna",
|
||||
"g": "G",
|
||||
"green": "Hijau",
|
||||
"h": "T",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Hue",
|
||||
"noColor": "Tidak ada warna",
|
||||
"opacity": "Opasitas",
|
||||
"r": "R",
|
||||
"red": "Merah",
|
||||
"rgb": "RGB",
|
||||
"s": "M",
|
||||
"saturation": "Saturasi",
|
||||
"saveColor": "Simpan warna",
|
||||
"saved": "Tersimpan",
|
||||
"v": "V",
|
||||
"value": "Nilai"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_it.json
Normal file
22
public/assets/color-picker/t9n/messages_it.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Blu",
|
||||
"deleteColor": "Elimina colore",
|
||||
"g": "G",
|
||||
"green": "Verde",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Hue",
|
||||
"noColor": "Nessun colore",
|
||||
"opacity": "Opacità",
|
||||
"r": "R",
|
||||
"red": "Rosso",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Saturazione",
|
||||
"saveColor": "Salva colore",
|
||||
"saved": "Salvato",
|
||||
"v": "V",
|
||||
"value": "Valore"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_ja.json
Normal file
22
public/assets/color-picker/t9n/messages_ja.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "青",
|
||||
"deleteColor": "色の削除",
|
||||
"g": "G",
|
||||
"green": "緑",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "色相",
|
||||
"noColor": "色なし",
|
||||
"opacity": "透明度",
|
||||
"r": "R",
|
||||
"red": "赤",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "彩度",
|
||||
"saveColor": "色の保存",
|
||||
"saved": "保存済み",
|
||||
"v": "V",
|
||||
"value": "値"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_ko.json
Normal file
22
public/assets/color-picker/t9n/messages_ko.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "파란색",
|
||||
"deleteColor": "색상 삭제",
|
||||
"g": "G",
|
||||
"green": "초록색",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "색조",
|
||||
"noColor": "색상 없음",
|
||||
"opacity": "불투명도",
|
||||
"r": "R",
|
||||
"red": "빨간색",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "채도",
|
||||
"saveColor": "색상 저장",
|
||||
"saved": "저장됨",
|
||||
"v": "V",
|
||||
"value": "값"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_lt.json
Normal file
22
public/assets/color-picker/t9n/messages_lt.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Mėlyna",
|
||||
"deleteColor": "Pašalinti spalvą",
|
||||
"g": "G",
|
||||
"green": "Žalia",
|
||||
"h": "A",
|
||||
"hsv": "HSV",
|
||||
"hex": "Šešioliktainė",
|
||||
"hue": "Atspalvis",
|
||||
"noColor": "Be spalvos",
|
||||
"opacity": "Dengiamumas",
|
||||
"r": "R",
|
||||
"red": "Raudona",
|
||||
"rgb": "RGB",
|
||||
"s": "P",
|
||||
"saturation": "Sodrumas",
|
||||
"saveColor": "Įrašyti spalvą",
|
||||
"saved": "Išsaugota",
|
||||
"v": "R",
|
||||
"value": "Vertė"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_lv.json
Normal file
22
public/assets/color-picker/t9n/messages_lv.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Zils",
|
||||
"deleteColor": "Dzēst krāsu",
|
||||
"g": "G",
|
||||
"green": "Zaļš",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Krāsa",
|
||||
"noColor": "Bez krāsas",
|
||||
"opacity": "Necaurspīdība",
|
||||
"r": "R",
|
||||
"red": "Sarkans",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Piesātinājums",
|
||||
"saveColor": "Saglabāt krāsu",
|
||||
"saved": "Saglabāts",
|
||||
"v": "V",
|
||||
"value": "Vērtība"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_nl.json
Normal file
22
public/assets/color-picker/t9n/messages_nl.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Blauw",
|
||||
"deleteColor": "Kleur verwijderen",
|
||||
"g": "G",
|
||||
"green": "Groen",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hexadecimaal",
|
||||
"hue": "Tint",
|
||||
"noColor": "Geen kleur",
|
||||
"opacity": "Opaciteit",
|
||||
"r": "R",
|
||||
"red": "Rood",
|
||||
"rgb": "RGB",
|
||||
"s": "Z",
|
||||
"saturation": "Verzadiging",
|
||||
"saveColor": "Kleur opslaan",
|
||||
"saved": "Opgeslagen",
|
||||
"v": "V",
|
||||
"value": "Waarde"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_no.json
Normal file
22
public/assets/color-picker/t9n/messages_no.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Blå",
|
||||
"deleteColor": "Slett farge",
|
||||
"g": "G",
|
||||
"green": "Grønn",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Hue",
|
||||
"noColor": "Ingen farge",
|
||||
"opacity": "Opasitet",
|
||||
"r": "R",
|
||||
"red": "Rød",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Metning",
|
||||
"saveColor": "Lagre farge",
|
||||
"saved": "Lagret",
|
||||
"v": "V",
|
||||
"value": "Verdi"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_pl.json
Normal file
22
public/assets/color-picker/t9n/messages_pl.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Niebieski",
|
||||
"deleteColor": "Usuń kolor",
|
||||
"g": "G",
|
||||
"green": "Zielony",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Wartość szesnastkowa",
|
||||
"hue": "Barwa",
|
||||
"noColor": "Brak koloru",
|
||||
"opacity": "Przezroczystość",
|
||||
"r": "R",
|
||||
"red": "Czerwony",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Nasycenie",
|
||||
"saveColor": "Zapisz kolor",
|
||||
"saved": "Zapisano",
|
||||
"v": "V",
|
||||
"value": "Wartość"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_pt-BR.json
Normal file
22
public/assets/color-picker/t9n/messages_pt-BR.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Azul",
|
||||
"deleteColor": "Excluir cor",
|
||||
"g": "G",
|
||||
"green": "Verde",
|
||||
"h": "A",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Matiz",
|
||||
"noColor": "Sem",
|
||||
"opacity": "Opacidade",
|
||||
"r": "R",
|
||||
"red": "Vermelho",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Saturação",
|
||||
"saveColor": "Salvar cor",
|
||||
"saved": "Salvo",
|
||||
"v": "V",
|
||||
"value": "Valor"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_pt-PT.json
Normal file
22
public/assets/color-picker/t9n/messages_pt-PT.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "N",
|
||||
"blue": "Azul",
|
||||
"deleteColor": "Eliminar cor",
|
||||
"g": "G",
|
||||
"green": "Verde",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Tonalidade",
|
||||
"noColor": "Sem cor",
|
||||
"opacity": "Opacidade",
|
||||
"r": "R",
|
||||
"red": "Vermelho",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Saturação",
|
||||
"saveColor": "Guardar cor",
|
||||
"saved": "Guardado",
|
||||
"v": "V",
|
||||
"value": "Valor"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_ro.json
Normal file
22
public/assets/color-picker/t9n/messages_ro.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Albastru",
|
||||
"deleteColor": "Ștergeți culoarea",
|
||||
"g": "G",
|
||||
"green": "Verde",
|
||||
"h": "Î",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hexazecimal",
|
||||
"hue": "Nuanţă",
|
||||
"noColor": "Nicio culoare",
|
||||
"opacity": "Opacitate",
|
||||
"r": "D",
|
||||
"red": "Roşu",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Saturaţie",
|
||||
"saveColor": "Salvați culoarea",
|
||||
"saved": "Salvat",
|
||||
"v": "V",
|
||||
"value": "Valoare"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_ru.json
Normal file
22
public/assets/color-picker/t9n/messages_ru.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Синий",
|
||||
"deleteColor": "Удалить цвет",
|
||||
"g": "G",
|
||||
"green": "Зеленый",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Тон",
|
||||
"noColor": "Нет цвета",
|
||||
"opacity": "Непрозрачный",
|
||||
"r": "R",
|
||||
"red": "Красный",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Насыщенность",
|
||||
"saveColor": "Сохранить цвет",
|
||||
"saved": "Сохранено",
|
||||
"v": "V",
|
||||
"value": "Значение"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_sk.json
Normal file
22
public/assets/color-picker/t9n/messages_sk.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Modrá",
|
||||
"deleteColor": "Vymazať farbu",
|
||||
"g": "G",
|
||||
"green": "Zelená",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Odtieň",
|
||||
"noColor": "Žiadna farba",
|
||||
"opacity": "Opacita",
|
||||
"r": "R",
|
||||
"red": "Červená",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Sýtosť",
|
||||
"saveColor": "Uložiť farbu",
|
||||
"saved": "Uložené",
|
||||
"v": "V",
|
||||
"value": "Hodnota"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_sl.json
Normal file
22
public/assets/color-picker/t9n/messages_sl.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Modra",
|
||||
"deleteColor": "Izbriši barvo",
|
||||
"g": "G",
|
||||
"green": "Zelena",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Odtenek",
|
||||
"noColor": "Brez barve",
|
||||
"opacity": "Neprosojnost",
|
||||
"r": "R",
|
||||
"red": "Rdeča",
|
||||
"rgb": "RGB",
|
||||
"s": "N",
|
||||
"saturation": "Nasičenost",
|
||||
"saveColor": "Shrani barvo",
|
||||
"saved": "Shranjeno",
|
||||
"v": "V",
|
||||
"value": "Vrednost"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_sr.json
Normal file
22
public/assets/color-picker/t9n/messages_sr.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Plava",
|
||||
"deleteColor": "Obriši boju",
|
||||
"g": "G",
|
||||
"green": "Zelena",
|
||||
"h": "V",
|
||||
"hsv": "HSV",
|
||||
"hex": "Heksadecimalni",
|
||||
"hue": "Nijansa",
|
||||
"noColor": "Nema boje",
|
||||
"opacity": "Neprozirnost",
|
||||
"r": "R",
|
||||
"red": "Crvena",
|
||||
"rgb": "RGB",
|
||||
"s": "J",
|
||||
"saturation": "Zasićenost",
|
||||
"saveColor": "Sačuvaj boju",
|
||||
"saved": "Sačuvano",
|
||||
"v": "V",
|
||||
"value": "Vrednost"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_sv.json
Normal file
22
public/assets/color-picker/t9n/messages_sv.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Blått",
|
||||
"deleteColor": "Ta bort färg",
|
||||
"g": "G",
|
||||
"green": "Grönt",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Nyans",
|
||||
"noColor": "Ingen färg",
|
||||
"opacity": "Opacitet",
|
||||
"r": "R",
|
||||
"red": "Rött",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Mättnad",
|
||||
"saveColor": "Spara färg",
|
||||
"saved": "Sparade",
|
||||
"v": "V",
|
||||
"value": "Värde"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_th.json
Normal file
22
public/assets/color-picker/t9n/messages_th.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "สีฟ้า",
|
||||
"deleteColor": "ลบสี",
|
||||
"g": "G",
|
||||
"green": "สีเขียว",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "หกเหลี่ยม",
|
||||
"hue": "สี",
|
||||
"noColor": "ไม่มีสี",
|
||||
"opacity": "ความทึบแสง",
|
||||
"r": "R",
|
||||
"red": "สีแดง",
|
||||
"rgb": "ค่าสีอาร์จีบี",
|
||||
"s": "เอส",
|
||||
"saturation": "โทนสี",
|
||||
"saveColor": "บันทึกสี",
|
||||
"saved": "บันทึก",
|
||||
"v": "V",
|
||||
"value": "ค่า"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_tr.json
Normal file
22
public/assets/color-picker/t9n/messages_tr.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "M",
|
||||
"blue": "Mavi",
|
||||
"deleteColor": "Rengi sil",
|
||||
"g": "Y",
|
||||
"green": "Yeşil",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Onaltılı",
|
||||
"hue": "Renk özü",
|
||||
"noColor": "Renk yok",
|
||||
"opacity": "Matlık",
|
||||
"r": "K",
|
||||
"red": "Kırmızı",
|
||||
"rgb": "RGB",
|
||||
"s": "D",
|
||||
"saturation": "Doygunluk",
|
||||
"saveColor": "Rengi kaydet",
|
||||
"saved": "Kaydedildi",
|
||||
"v": "D",
|
||||
"value": "Değer"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_uk.json
Normal file
22
public/assets/color-picker/t9n/messages_uk.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Синій",
|
||||
"deleteColor": "Видалити колір",
|
||||
"g": "G",
|
||||
"green": "Зелений",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "Шестикутник",
|
||||
"hue": "Відтінок",
|
||||
"noColor": "Немає кольору",
|
||||
"opacity": "Непрозорість",
|
||||
"r": "R",
|
||||
"red": "Червоний",
|
||||
"rgb": "RGB",
|
||||
"s": "Пд",
|
||||
"saturation": "Насиченість",
|
||||
"saveColor": "Зберегти колір",
|
||||
"saved": "Збережено",
|
||||
"v": "V",
|
||||
"value": "Значення"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_vi.json
Normal file
22
public/assets/color-picker/t9n/messages_vi.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "Lam",
|
||||
"deleteColor": "Xóa màu",
|
||||
"g": "G",
|
||||
"green": "Lục",
|
||||
"h": "C",
|
||||
"hsv": "HSV",
|
||||
"hex": "Hex",
|
||||
"hue": "Sắc độ",
|
||||
"noColor": "Không có màu nào",
|
||||
"opacity": "Độ mờ đục",
|
||||
"r": "R",
|
||||
"red": "Đỏ",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "Độ bão hòa",
|
||||
"saveColor": "Lưu lại màu",
|
||||
"saved": "Đã lưu",
|
||||
"v": "V",
|
||||
"value": "Giá trị"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_zh-CN.json
Normal file
22
public/assets/color-picker/t9n/messages_zh-CN.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "蓝色",
|
||||
"deleteColor": "删除颜色",
|
||||
"g": "G",
|
||||
"green": "绿色",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "十六进制",
|
||||
"hue": "色调",
|
||||
"noColor": "无颜色",
|
||||
"opacity": "透明度",
|
||||
"r": "R",
|
||||
"red": "红色",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "饱和度",
|
||||
"saveColor": "保存颜色",
|
||||
"saved": "已保存",
|
||||
"v": "V",
|
||||
"value": "值"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_zh-HK.json
Normal file
22
public/assets/color-picker/t9n/messages_zh-HK.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "藍色",
|
||||
"deleteColor": "刪除顏色",
|
||||
"g": "G",
|
||||
"green": "綠色",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "十六進制",
|
||||
"hue": "色調",
|
||||
"noColor": "無顏色",
|
||||
"opacity": "不透明度",
|
||||
"r": "R",
|
||||
"red": "紅色",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "飽和度",
|
||||
"saveColor": "儲存顏色",
|
||||
"saved": "已儲存",
|
||||
"v": "V",
|
||||
"value": "數值"
|
||||
}
|
22
public/assets/color-picker/t9n/messages_zh-TW.json
Normal file
22
public/assets/color-picker/t9n/messages_zh-TW.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"b": "B",
|
||||
"blue": "藍色",
|
||||
"deleteColor": "刪除顏色",
|
||||
"g": "G",
|
||||
"green": "綠色",
|
||||
"h": "H",
|
||||
"hsv": "HSV",
|
||||
"hex": "十六進制",
|
||||
"hue": "色調",
|
||||
"noColor": "無顏色",
|
||||
"opacity": "不透明度",
|
||||
"r": "R",
|
||||
"red": "紅色",
|
||||
"rgb": "RGB",
|
||||
"s": "S",
|
||||
"saturation": "飽和度",
|
||||
"saveColor": "儲存顏色",
|
||||
"saved": "已儲存",
|
||||
"v": "V",
|
||||
"value": "數值"
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue