Approval in value-sets

This commit is contained in:
Joshua Ramon Enslin 2023-01-22 15:09:56 +00:00 committed by md translation bot
parent 733ac84013
commit d55788c70b
6 changed files with 31 additions and 31 deletions

View File

@ -1,6 +1,6 @@
{
"appointment_cancellation_status_set": {
"scheduled_done": "Scheduled or done as planned",
"cancelled": "Cancelled"
"scheduled_done": "Tervek szerint",
"cancelled": "Lemondva"
}
}

View File

@ -1,8 +1,8 @@
{
"appointment_status": {
"scheduled": "Scheduled",
"cancelled": "Cancelled",
"moved_online": "Moved online",
"postponed": "Postponed"
"scheduled": "\u00dctemezve",
"cancelled": "Lemondva",
"moved_online": "\u00c1thelyezve online",
"postponed": "Elhalasztva"
}
}

View File

@ -1,20 +1,20 @@
{
"colors_set": {
"black": "Black",
"green": "Green",
"silver": "Silver",
"lime": "Lime",
"gray": "Gray",
"olive": "Olive",
"white": "White",
"yellow": "Yellow",
"maroon": "Maroon",
"navy": "Navy",
"red": "Red",
"blue": "Blue",
"purple": "Purple",
"teal": "Teal",
"fuchsia": "Fuchsia",
"aqua": "Aqua"
"black": "fekete",
"green": "z\u00f6ld",
"silver": "ez\u00fcst",
"lime": "lime-z\u00f6ld",
"gray": "sz\u00fcrke",
"olive": "oliva z\u00f6ld",
"white": "feh\u00e9r",
"yellow": "s\u00e1rga",
"maroon": "gesztenyebarna",
"navy": "matr\u00f3zk\u00e9k",
"red": "piros",
"blue": "k\u00e9k",
"purple": "lila",
"teal": "r\u00e9cez\u00f6ld",
"fuchsia": "fukszia",
"aqua": "v\u00edzk\u00e9k"
}
}

View File

@ -1,7 +1,7 @@
{
"gender_set": {
"female": "Female",
"male": "Male",
"other": "Other"
"female": "n\u0151",
"male": "f\u00e9rfi",
"other": "egy\u00e9b"
}
}

View File

@ -1,9 +1,9 @@
{
"object_form_set": {
"cube": "Cube",
"cuboid": "Cuboid",
"sphere": "Sphere",
"cone": "Cone",
"cylinder": "Cylinder"
"cube": "kocka",
"cuboid": "t\u00e9glatest",
"sphere": "g\u00f6mb",
"cone": "k\u00fap",
"cylinder": "henger"
}
}

View File

@ -4,6 +4,6 @@
"planned": "Planned",
"in_progress": "In progress",
"done": "Done",
"cancelled": "Cancelled"
"cancelled": "Lemondva"
}
}