-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
59 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
# This file is part of Invenio. | ||
# Copyright (C) 2015-2018 CERN. | ||
# | ||
# Invenio is free software; you can redistribute it and/or modify it | ||
# under the terms of the MIT License; see LICENSE file for more details. | ||
|
||
# Extraction from Python source files | ||
|
||
[extractors] | ||
jinja2 = jinja2.ext:babel_extract | ||
|
||
[python: **.py] | ||
encoding = utf-8 | ||
|
||
# Extraction from Jinja2 templates | ||
|
||
[jinja2: **/templates/**.html] | ||
encoding = utf-8 | ||
|
||
[jinja2: **/templates/**.jinja] | ||
encoding = utf-8 | ||
extensions = jinjax.jinjax.JinjaX | ||
|
||
# Special case for jinjax translation strings | ||
[jinja2: **/jinjax_messages.jinja] | ||
encoding = utf-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,75 +8,26 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2024-06-01 21:05+0200\n" | ||
"POT-Creation-Date: 2024-08-21 09:50+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.10.3\n" | ||
"Generated-By: Babel 2.16.0\n" | ||
|
||
#: /home/dusanst/Projects/oarepo-dashboard/oarepo_dashboard/ui/dashboard_communities/__init__.py:42 | ||
msgid "Communities" | ||
msgstr "" | ||
|
||
#: /home/dusanst/Projects/oarepo-dashboard/oarepo_dashboard/ui/dashboard_records/__init__.py:49 | ||
#: /home/dusanst/Projects/oarepo-communities/oarepo_communities/ui/communities_landing/__init__.py:66 | ||
msgid "Records" | ||
msgstr "" | ||
|
||
#: /home/dusanst/Projects/oarepo-dashboard/oarepo_dashboard/ui/dashboard_records/__init__.py:58 | ||
msgid "User Dashboard" | ||
msgstr "" | ||
|
||
#: /home/dusanst/Projects/oarepo-dashboard/oarepo_dashboard/ui/dashboard_requests/__init__.py:47 | ||
msgid "Requests" | ||
msgstr "" | ||
|
||
msgid "profile" | ||
msgstr "" | ||
|
||
msgid "Search in my communities..." | ||
msgstr "" | ||
|
||
msgid "Restricted" | ||
msgstr "" | ||
|
||
msgid "Filter results" | ||
msgstr "" | ||
|
||
msgid "Create new draft" | ||
msgstr "" | ||
|
||
msgid "Search in my uploads..." | ||
msgstr "" | ||
|
||
msgid "No description" | ||
msgstr "" | ||
|
||
msgid "Opened by {{creatorName}} on {{created}}." | ||
msgstr "" | ||
|
||
msgid "Recepient: {{receiver}}." | ||
msgstr "" | ||
|
||
msgid "Expires at: {{- expiringDate}}" | ||
msgstr "" | ||
|
||
msgid "My" | ||
msgstr "" | ||
|
||
msgid "Others" | ||
msgstr "" | ||
|
||
msgid "Search in my requests..." | ||
msgstr "" | ||
|
||
msgid "Edit record" | ||
#: /home/dusanst/Projects/oarepo-communities/oarepo_communities/ui/communities_landing/templates/CommunityRecordPage.jinja:2 | ||
msgid "Community" | ||
msgstr "" | ||
|
||
msgid "Delete record" | ||
#: /home/dusanst/Projects/oarepo-communities/oarepo_communities/ui/communities_landing/templates/CommunityRecordPage.jinja:2 | ||
msgid "NR Document repository" | ||
msgstr "" | ||
|
||
msgid "Publish record" | ||
msgid "Search inside the community..." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters