Skip to content

Commit f73eecd

Browse files
mein Namealphatownsman
authored andcommitted
update localization
1 parent 1cec2dc commit f73eecd

File tree

4 files changed

+518
-378
lines changed

4 files changed

+518
-378
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Follow us on [Fediverse](https://mastodon.online/@neodb), [Bluesky](https://bsky
3737
* Bangumi
3838
* Board Game Geek
3939
* Archive of Our Own
40+
* WikiData
4041
* any RSS link to a podcast
4142
- Logged in users can manage their collections:
4243
+ mark an item as wishlist/in progress/complete
@@ -49,6 +50,7 @@ Follow us on [Fediverse](https://mastodon.online/@neodb), [Bluesky](https://bsky
4950
* Goodreads reading list
5051
* Letterboxd watch list
5152
* Douban archive (via [Doufen](https://doufen.org/))
53+
* Steam Library
5254
- Social features:
5355
+ view home feed with friends' activities
5456
* every activity can be set as viewable to self/follower-only/public

common/templates/common/about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ <h1>{{ site_name }}</h1>
3030
<dd>
3131
{{ site_name }}
3232
</dd>
33-
<dt>{% translate "Domain" %}</dt>
33+
<dt>{% translate "Instance Domain" %}</dt>
3434
<dd>
3535
{{ site_domain }}
3636
</dd>
37-
<dt>{% translate "Version" %}</dt>
37+
<dt>{% translate "Software Version" %}</dt>
3838
<dd>
3939
<a href="https://neodb.net" target="_blank" rel="noopener">{{ neodb_version }}</a>
4040
</dd>
@@ -93,7 +93,7 @@ <h2>{% translate "Statistics" %}</h2>
9393
<section>
9494
{% if admin_users %}
9595
<div class="user-list admin-users">
96-
<h2>{% translate "Administrators" %}</h2>
96+
<h2>{% translate "Site Administrators" %}</h2>
9797
<ul>
9898
{% for user in admin_users %}
9999
<li>
@@ -112,7 +112,7 @@ <h2>{% translate "Administrators" %}</h2>
112112
{% endif %}
113113
{% if staff_users %}
114114
<div class="user-list staff-users">
115-
<h2>{% translate "Moderators" %}</h2>
115+
<h2>{% translate "Catalog Moderators" %}</h2>
116116
<ul>
117117
{% for user in staff_users %}
118118
<li>

0 commit comments

Comments
 (0)