Approval in value-sets

This commit is contained in:
Joshua Ramon Enslin 2022-12-21 00:44:54 +00:00 committed by md translation bot
parent 2258157d2b
commit 4a35ae9df8
8 changed files with 61 additions and 61 deletions

View File

@ -1,13 +1,13 @@
{ {
"actor_variant_types_set": { "actor_variant_types_set": {
"birth_name": "Birth name", "birth_name": "nome di nascita",
"married_name": "Married name", "married_name": "nome da sposata",
"monastic_name": "Monastic name", "monastic_name": "nome monastico",
"pseudonym": "Pseudonym", "pseudonym": "pseudonimo",
"regnal_name": "Regnal name", "regnal_name": "nome del governo",
"nickname": "Nickname", "nickname": "soprannome",
"artist_name": "Artist name", "artist_name": "nome d\u2019arte ",
"civil_name": "Civil name", "civil_name": "nome civile",
"generic_other_name": "Alternative Name (generic)" "generic_other_name": "ortografia alternativa (generica)"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"appointment_attendance_modes": { "appointment_attendance_modes": {
"offline": "Offline", "offline": "offline \/ disconnessa\/o",
"online": "Online", "online": "online \/ in linea",
"mixed": "Offline and online" "mixed": "offline e online"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"appointment_contributor_roles": { "appointment_contributor_roles": {
"organizer": "Organizer", "organizer": "organizzazione",
"presenter": "Presenter" "presenter": "docente o presentatrice\/ore"
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"appointment_status": { "appointment_status": {
"scheduled": "Scheduled", "scheduled": "pianificato",
"cancelled": "Cancelled", "cancelled": "annullato",
"moved_online": "Moved online", "moved_online": "Convertito in evento online",
"postponed": "Postponed" "postponed": "rinviato"
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"closer_location_types_set": [ "closer_location_types_set": [
"", "",
"Place of recording", "Luogo di registrazione",
"Place of discovery", " luogo del ritrovamento ",
"Former place" "ex luogo"
] ]
} }

View File

@ -1,20 +1,20 @@
{ {
"colors_set": { "colors_set": {
"black": "Black", "black": "nero",
"green": "Green", "green": "verde",
"silver": "Silver", "silver": "argento",
"lime": "Lime", "lime": "verde chiaro",
"gray": "Gray", "gray": "grigo",
"olive": "Olive", "olive": "olive",
"white": "White", "white": "bianco",
"yellow": "Yellow", "yellow": "giallo",
"maroon": "Maroon", "maroon": "marrone",
"navy": "Navy", "navy": "blu scuro",
"red": "Red", "red": "rosso",
"blue": "Blue", "blue": "blu",
"purple": "Purple", "purple": "lilla",
"teal": "Teal", "teal": " verd(e)azzurro ",
"fuchsia": "Fuchsia", "fuchsia": "fucsia",
"aqua": "Aqua" "aqua": "turchese"
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"conservation_report_type_set": { "conservation_report_type_set": {
"damage": "Damage", "damage": "danno",
"conservation": "Conservation", "conservation": "conservazione",
"condition": "Condition", "condition": "condizione",
"restoration": "Restoration", "restoration": "restauro",
"other_report": "Other report", "other_report": "rapporto diverso",
"other": "Other report" "other": "rapporto diverso"
} }
} }

View File

@ -1,26 +1,26 @@
{ {
"currencies_set": { "currencies_set": {
"eu-EUR": "Euro", "eu-EUR": "euro",
"de-DM": "Deutsche Mark", "de-DM": "il marco tedesco ",
"de-RM": "Reichsmark (Germany)", "de-RM": "marco tedesco (nel 1924-1948) (Germania)",
"es-Real": "Spanish Real", "es-Real": "reale (Spagna)",
"hu-Ft": "Forint", "hu-Ft": "fiorino (ungherese) ",
"hu-Lari": "Lari", "hu-Lari": "Lari (Georgia)",
"hu-Peng\u0151": "Peng\u0151", "hu-Peng\u0151": "Peng\u0151 (Ungheria) ",
"id-IDR": "Indonesian Rupiah", "id-IDR": "rupia (indonesiana) ",
"pl-Z\u0142oty": "Z\u0142oty", "pl-Z\u0142oty": "Z\u0142oty (Polonia)",
"us-USD": "US Dollar", "us-USD": "dollaro USA ",
"ddr-Mark": "Mark (GDR)", "ddr-Mark": "Mark (GDR)",
"ddr-MDN": "MDN (GDR)", "ddr-MDN": "MDN (GDR)",
"hu-Korona": "Austro-Hungarian krone", "hu-Korona": "Corona austro-ungarica",
"fr-FF": "French Franc", "fr-FF": "franco francese",
"uk-GBP": "Pound Sterling", "uk-GBP": "lira sterlina ",
"by-BYN": "Belarusian ruble", "by-BYN": "rublo bielorusso",
"ru-RUB": "Russian ruble", "ru-RUB": "rublo russo",
"su-SUR": "Soviet ruble", "su-SUR": "rublo sovietico",
"ua-UAH": "Ukrainian hryvnia" "ua-UAH": "Hryvnia (Ucraina)"
}, },
"license_full_names": { "license_full_names": {
"CC BY-NC-ND": "Attribution - Non Commercial - No Derivates" "CC BY-NC-ND": "Attribuzione - Non Commerciale - No Derivati"
} }
} }