From 1a55e97abcfe6e89e4d518517f94c29b68a5689f Mon Sep 17 00:00:00 2001 From: Yaco Date: Tue, 2 Nov 2021 19:06:34 +0000 Subject: first commit --- i18n/en.json | 40 ++++++++++++++++++++++++++++++++++++++++ i18n/es.json | 6 ++++++ 2 files changed, 46 insertions(+) create mode 100644 i18n/en.json create mode 100644 i18n/es.json (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json new file mode 100644 index 0000000..186bbbb --- /dev/null +++ b/i18n/en.json @@ -0,0 +1,40 @@ +{ + "rv-menu:nosotrxs": "Explore", + "rv-menu:sumar": "Add contents", + + "rv-endorser:name_single": "Endorser", + "rv-endorser:name_plural": "Endorsers", + "rv-endorser:description": "Description", + "rv-endorser:image": "Image", + "rv-endorser:contact-url": "Website", + "rv-endorser:contact-email": "E-mail", + "rv-endorser:contact-phone": "Phone", + "rv-endorser:representative-name": "Representative's name", + "rv-endorser:representative-email": "Representative's e-mail", + "rv-endorser:place": "Location", + "rv-endorser:place-country": "Country", + "rv-endorser:place-state": "State / Province", + "rv-endorser:place-city": "City / Town", + "rv-endorser:place-street": "Town", + "rv-endorser:info-start": "Creation date", + "rv-endorser:info-end": "End", + "rv-endorser:info-type": "Type of organization", + "rv-endorser:info-topics": "Topics / Areas", + "rv-endorser:info-funding": "Funding models", + "rv-endorser:info-languages": "Languages", + "rv-endorser:reply-yes": "Yes", + "rv-endorser:reply-no": "No", + "rv-endorser:reply-campaigns": "Campaigns", + "rv-endorser:reply-crowdfunding": "Crowdfunding", + "rv-endorser:reply-donations": "Donations", + "rv-endorser:reply-foundations": "Foundations", + "rv-endorser:reply-grants": "Grants", + "rv-endorser:reply-membership": "Membership", + "rv-endorser:reply-merchandising": "Merchandising", + "rv-endorser:reply-academic": "Academic", + "rv-endorser:reply-cooperative": "Cooperative", + "rv-endorser:reply-network": "Network", + "rv-endorser:reply-ngo": "NGO", + "rv-endorser:reply-proposal": "Proposal", + "rv-endorser:reply-research": "Research" +} diff --git a/i18n/es.json b/i18n/es.json new file mode 100644 index 0000000..0e5fa8b --- /dev/null +++ b/i18n/es.json @@ -0,0 +1,6 @@ +{ + "rv-experiencia:contacto-url": "Sitio web", + "rv-menu:contenidos:experiencia": "Experiencias", + "rv-experiencia:lugar-provincia": "Estado", + "rv-experiencia:info-tematicas": "Temátias / Áreas de acción" +} -- cgit v1.2.1