Approval.

This commit is contained in:
Joshua Ramon Enslin 2020-09-07 15:02:32 +02:00 committed by Stefan Rohde-Enslin
parent 724ed280ee
commit e469dba11c
7 changed files with 47 additions and 47 deletions

View File

@ -1,10 +1,10 @@
{
"conservation_report_type_set": {
"damage": "Damage",
"conservation": "Conservation",
"condition": "Condition",
"restoration": "Restoration",
"other_report": "Other report",
"other": "Other report"
"damage": "Kerusakan",
"conservation": "Konservasi",
"condition": "Kondisi",
"restoration": "Restorasi",
"other_report": "Laporan lain",
"other": "Laporan lain"
}
}

View File

@ -2,12 +2,12 @@
"currencies_set": {
"eu-EUR": "Euro",
"de-DM": "Deutsche Mark",
"de-RM": "Reichsmark (Germany)",
"de-RM": "Reichsmark (Jerman)",
"es-Real": "Spanish Real",
"hu-Ft": "Forint",
"hu-Lari": "Lari",
"hu-Peng\u0151": "Peng\u0151",
"id-IDR": "Indonesian Rupiah",
"id-IDR": "IDR",
"pl-Z\u0142oty": "Z\u0142oty",
"us-USD": "US Dollar"
},

View File

@ -17,6 +17,6 @@
"15": "Temukan",
"98": "Harus dicek",
"99": "Akuisisi sah yang lain",
"16": "Permanent loan"
"16": "Pinjaman permanen"
}
}
}

View File

@ -1,16 +1,16 @@
{
"license_full_names": {
"CC BY-NC-SA": "Attribution - Non Commercial - Share Alike",
"CC BY-NC": "Attribution - Non Commercial",
"CC BY-ND": "Attribution - No Derivates",
"CC BY-SA": "Attribution - Share Alike",
"CC BY": "Attribution",
"CC0": "No Rights Reserved",
"CC BY-NC-SA": "Atribusi-NonKomersial-BerbagiSerupa",
"CC BY-NC": "Atribusi-NonKomersial",
"CC BY-ND": "Atribusi-TanpaTurunan",
"CC BY-SA": "Atribusi-BerbagiSerupa",
"CC BY": "Atribusi",
"CC0": " Dedikasi Domain Publik ",
"RR-F": "Rights Reserved - Free Access",
"RR-P": "Rights Reserved - Paid Access",
"RR-R": "Rights Reserved - Restricted Access",
"Orphan Work": "Orphan Work",
"Public Domain Mark": "Public Domain Mark",
"CC BY-NC-ND": "Attribution - Non Commercial - No Derivates"
"Public Domain Mark": " Domain Publik ",
"CC BY-NC-ND": "Atribusi-NonKomersial-TanpaTurunan"
}
}

View File

@ -1,12 +1,12 @@
{
"marking_types": {
"signature": "Signature",
"watermark": "Watermark",
"engraving": "Engraving",
"scratch": "Scratching",
"stamp": "Stamped",
"overprint": "Overprint",
"embossing": "Embossing",
"handwritten": "Handwritten"
"signature": "Tanda tangan",
"watermark": "Tanda air",
"engraving": "Ukiran",
"scratch": "Goresan",
"stamp": "Cap",
"overprint": "Cetak berlebih",
"embossing": "Ditatah",
"handwritten": "Tulisan tangan"
}
}
}

View File

@ -1,10 +1,10 @@
{
"object_publication_background": [
"Image published",
"Transcript published",
"Discussed",
"Rezensiert",
"Referenced",
"Advertised"
"Gambaran diterbitkan",
"Transkrip diterbitkan",
"Terdiskusi",
"Ditinjau",
"Direferensikan",
"Diiklankan"
]
}
}

View File

@ -1,16 +1,16 @@
{
"position_set": {
"left": "Left",
"top_left": "Top left",
"top": "Top",
"top_right": "Top right",
"right": "Right",
"bottom_right": "Bottom right",
"bottom": "Bottom",
"bottom_left": "Unten links",
"center": "Center",
"rear_side": "Rear side",
"edge": "Edge",
"other": "Other"
"left": "Kiri",
"top_left": "Kiri atas",
"top": "Atas",
"top_right": "Kanan atas",
"right": "Kanan",
"bottom_right": "Bawah kanan",
"bottom": "Bawah",
"bottom_left": "Bawah kiri",
"center": "Pusat",
"rear_side": "Belakang",
"edge": "Pinggir",
"other": "Lain"
}
}
}