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": { "appointment_cancellation_status_set": {
"scheduled_done": "Scheduled or done as planned", "scheduled_done": "Tervek szerint",
"cancelled": "Cancelled" "cancelled": "Lemondva"
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

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