Add Arabic translation folder for Themator

This commit is contained in:
2020-03-21 18:54:37 +01:00
committed by Stefan Rohde-Enslin
parent 7dc6d1e413
commit 7e84cf63ae
14 changed files with 328 additions and 12 deletions

View File

@ -79,6 +79,12 @@
"no_coordinates_given": "No coordinates given",
"not_placed_in_hierarchy": "Not placed in hierarchy",
"counting_time_missing": "Counting time missing",
"beginn_after_end": "Beginn after end"
"beginn_after_end": "Beginn after end",
"overlapping_with_other_types": "Overlapping with other types",
"place_of_similar_name": "Place of similar name",
"time_of_similar_name": "Time of similar name",
"tag_of_similar_name": "Tag of similar name",
"actor_of_similar_name": "Actor of similar name",
"last_changed_by_diagram": "Last changed by ... (Diagram)"
}
}
}

View File

@ -7,6 +7,15 @@
"question": "Questionable",
"last_changed_by": "Last changed by",
"connected_to_authorities": "Connected to authority files",
"missing_information": "Missing information"
"missing_information": "Missing information",
"no_persinst_all": "Number of actors",
"no_persinst_this_month": "Number of actors this month",
"no_persinst_this_month_approved": "Number of actors approved this month",
"no_orte_all": "Number of places",
"no_orte_this_month": "Number of places this month",
"no_orte_this_month_approved": "Number of places approved this month",
"no_zeiten_all": "Number of times",
"no_zeiten_this_month": "Number of times",
"no_zeiten_this_month_approved": "Number of times approved this month"
}
}