Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
c79a9e98
Commit
c79a9e98
authored
May 22, 2020
by
Michael Knepher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo "Shelfs" to "Shelves"
parent
6a6c1b6b
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
19 additions
and
19 deletions
+19
-19
config_view_edit.html
cps/templates/config_view_edit.html
+1
-1
user_edit.html
cps/templates/user_edit.html
+1
-1
messages.po
cps/translations/cs/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/de/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/es/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/fi/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/fr/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/hu/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/it/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/ja/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/km/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/nl/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/pl/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/ru/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/sv/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/tr/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/uk/LC_MESSAGES/messages.po
+1
-1
messages.po
cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po
+1
-1
messages.pot
messages.pot
+1
-1
No files found.
cps/templates/config_view_edit.html
View file @
c79a9e98
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<input
type=
"checkbox"
name=
"edit_shelf_role"
id=
"edit_shelf_role"
{%
if
conf
.
role_edit_shelfs
()
%}
checked
{%
endif
%}
>
<input
type=
"checkbox"
name=
"edit_shelf_role"
id=
"edit_shelf_role"
{%
if
conf
.
role_edit_shelfs
()
%}
checked
{%
endif
%}
>
<label
for=
"edit_shelf_role"
>
{{_('Allow Editing Public Shel
f
s')}}
</label>
<label
for=
"edit_shelf_role"
>
{{_('Allow Editing Public Shel
ve
s')}}
</label>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
cps/templates/user_edit.html
View file @
c79a9e98
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<input
type=
"checkbox"
name=
"edit_shelf_role"
id=
"edit_shelf_role"
{%
if
content
.
role_edit_shelfs
()
%}
checked
{%
endif
%}
>
<input
type=
"checkbox"
name=
"edit_shelf_role"
id=
"edit_shelf_role"
{%
if
content
.
role_edit_shelfs
()
%}
checked
{%
endif
%}
>
<label
for=
"edit_shelf_role"
>
{{_('Allow Editing Public Shel
f
s')}}
</label>
<label
for=
"edit_shelf_role"
>
{{_('Allow Editing Public Shel
ve
s')}}
</label>
</div>
</div>
{% endif %}
{% endif %}
{% endif %}
{% endif %}
...
...
cps/translations/cs/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1859,7 +1859,7 @@ msgid "Allow Changing Password"
...
@@ -1859,7 +1859,7 @@ msgid "Allow Changing Password"
msgstr "Povolit změnu hesla"
msgstr "Povolit změnu hesla"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Povolit úpravy veřejných polic"
msgstr "Povolit úpravy veřejných polic"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/de/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
msgstr "Ändern des Passworts erlauben"
msgstr "Ändern des Passworts erlauben"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Editieren öffentlicher Bücherregale erlauben"
msgstr "Editieren öffentlicher Bücherregale erlauben"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/es/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1862,7 +1862,7 @@ msgid "Allow Changing Password"
...
@@ -1862,7 +1862,7 @@ msgid "Allow Changing Password"
msgstr "Permitir cambiar la contraseña"
msgstr "Permitir cambiar la contraseña"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Permitir editar estantes públicos"
msgstr "Permitir editar estantes públicos"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/fi/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
msgstr "Salli sananan vaihto"
msgstr "Salli sananan vaihto"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Salli julkisten hyllyjen editointi"
msgstr "Salli julkisten hyllyjen editointi"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/fr/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1873,7 +1873,7 @@ msgid "Allow Changing Password"
...
@@ -1873,7 +1873,7 @@ msgid "Allow Changing Password"
msgstr "Permettre le changement de mot de passe"
msgstr "Permettre le changement de mot de passe"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Autoriser la modification d’étagères publiques"
msgstr "Autoriser la modification d’étagères publiques"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/hu/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
msgstr "Jelszó változtatásának engedélyezése"
msgstr "Jelszó változtatásának engedélyezése"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Nyilvános polcok szerkesztésének engedélyezése"
msgstr "Nyilvános polcok szerkesztésének engedélyezése"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/it/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1859,7 +1859,7 @@ msgid "Allow Changing Password"
...
@@ -1859,7 +1859,7 @@ msgid "Allow Changing Password"
msgstr "Permetti la modifica della password"
msgstr "Permetti la modifica della password"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Permetti la modifica degli scaffali pubblici"
msgstr "Permetti la modifica degli scaffali pubblici"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/ja/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
msgstr "パスワード変更を許可"
msgstr "パスワード変更を許可"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "みんなの本棚の編集を許可"
msgstr "みんなの本棚の編集を許可"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/km/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1861,7 +1861,7 @@ msgid "Allow Changing Password"
...
@@ -1861,7 +1861,7 @@ msgid "Allow Changing Password"
msgstr "អនុញ្ញាតឲប្តូរលេខសម្ងាត់"
msgstr "អនុញ្ញាតឲប្តូរលេខសម្ងាត់"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "អនុញ្ញាតឲកែប្រែធ្នើសាធារណៈ"
msgstr "អនុញ្ញាតឲកែប្រែធ្នើសាធារណៈ"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/nl/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1861,7 +1861,7 @@ msgid "Allow Changing Password"
...
@@ -1861,7 +1861,7 @@ msgid "Allow Changing Password"
msgstr "Wachtwoord wijzigen toestaan"
msgstr "Wachtwoord wijzigen toestaan"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Bewerken van openbare boekenplanken toestaan"
msgstr "Bewerken van openbare boekenplanken toestaan"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/pl/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1874,7 +1874,7 @@ msgid "Allow Changing Password"
...
@@ -1874,7 +1874,7 @@ msgid "Allow Changing Password"
msgstr "Zezwalaj na zmianę hasła"
msgstr "Zezwalaj na zmianę hasła"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Zezwalaj na edycję półek publicznych"
msgstr "Zezwalaj na edycję półek publicznych"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/ru/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1861,7 +1861,7 @@ msgid "Allow Changing Password"
...
@@ -1861,7 +1861,7 @@ msgid "Allow Changing Password"
msgstr "Разрешить смену пароля"
msgstr "Разрешить смену пароля"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Разрешить редактирование публичных книжных полок"
msgstr "Разрешить редактирование публичных книжных полок"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/sv/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
msgstr "Tillåt Ändra lösenord"
msgstr "Tillåt Ändra lösenord"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Tillåt Redigering av offentliga hyllor"
msgstr "Tillåt Redigering av offentliga hyllor"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/tr/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
msgstr "Şifre değiştirmeye izin ver"
msgstr "Şifre değiştirmeye izin ver"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Genel Kitaplıkları düzenlemeye izin ver"
msgstr "Genel Kitaplıkları düzenlemeye izin ver"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/uk/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1859,7 +1859,7 @@ msgid "Allow Changing Password"
...
@@ -1859,7 +1859,7 @@ msgid "Allow Changing Password"
msgstr "Дозволити зміну пароля"
msgstr "Дозволити зміну пароля"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "Дозволити редагування публічних книжкових полиць"
msgstr "Дозволити редагування публічних книжкових полиць"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po
View file @
c79a9e98
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
...
@@ -1860,7 +1860,7 @@ msgid "Allow Changing Password"
msgstr "允许修改密码"
msgstr "允许修改密码"
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr "允许编辑公共书架"
msgstr "允许编辑公共书架"
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
messages.pot
View file @
c79a9e98
...
@@ -1859,7 +1859,7 @@ msgid "Allow Changing Password"
...
@@ -1859,7 +1859,7 @@ msgid "Allow Changing Password"
msgstr ""
msgstr ""
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:122
msgid "Allow Editing Public Shel
f
s"
msgid "Allow Editing Public Shel
ve
s"
msgstr ""
msgstr ""
#: cps/templates/config_view_edit.html:126
#: cps/templates/config_view_edit.html:126
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment