add empty locale folder, add reader pkg to bingo

add empty locale for de_DE

add reader pkg to bingo, add empty german translation
This commit is contained in:
Michael Barz
2023-03-14 00:08:29 +01:00
parent c236e03861
commit 230977e406
5 changed files with 118 additions and 20 deletions
+6 -1
View File
@@ -3,6 +3,7 @@ NAME := userlog
# Where to write the files generated by this makefile.
OUTPUT_DIR = ./pkg/service/l10n
TEMPLATE_FILE = ./pkg/service/l10n/locale/userlog.pot
include ../../.make/recursion.mk
@@ -43,12 +44,16 @@ l10n-push:
cd $(OUTPUT_DIR) && tx push -s --skip
.PHONY: l10n-read
l10n-read:
l10n-read: $(GO_XGETTEXT)
go-xgettext -o $(OUTPUT_DIR)/locale/userlog.pot --keyword=Template -s pkg/service/templates.go
.PHONY: l10n-write
l10n-write:
.PHONY: l10n-clean
l10n-clean:
rm -f $(TEMPLATE_FILE);
############ licenses ############
.PHONY: ci-node-check-licenses
ci-node-check-licenses:
@@ -0,0 +1,83 @@
# German translations for package
# German translation for .
# Copyright (C) 2023 THE 'S COPYRIGHT HOLDER
# This file is distributed under the same license as the package.
# Michael Barz <mbarz@owncloud.com>, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: EMAIL\n"
"POT-Creation-Date: 2023-03-13 23:36+0100\n"
"PO-Revision-Date: 2023-03-13 23:36+0100\n"
"Last-Translator: Michael Barz <mbarz@owncloud.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: pkg/service/templates.go:30
msgid "Access to Space {space} lost"
msgstr ""
#: pkg/service/templates.go:45
msgid "Access to {resource} expired"
msgstr ""
#: pkg/service/templates.go:29
msgid "Membership expired"
msgstr ""
#: pkg/service/templates.go:14
msgid "Removed from Space"
msgstr ""
#: pkg/service/templates.go:34
msgid "Resource shared"
msgstr ""
#: pkg/service/templates.go:39
msgid "Resource unshared"
msgstr ""
#: pkg/service/templates.go:44
msgid "Share expired"
msgstr ""
#: pkg/service/templates.go:24
msgid "Space deleted"
msgstr ""
#: pkg/service/templates.go:19
msgid "Space disabled"
msgstr ""
#: pkg/service/templates.go:9
msgid "Space shared"
msgstr ""
#: pkg/service/templates.go:10
msgid "{user} added you to Space {space}"
msgstr ""
#: pkg/service/templates.go:25
msgid "{user} deleted Space {space}"
msgstr ""
#: pkg/service/templates.go:20
msgid "{user} disabled Space {space}"
msgstr ""
#: pkg/service/templates.go:15
msgid "{user} removed you from Space {space}"
msgstr ""
#: pkg/service/templates.go:35
msgid "{user} shared {resource} with you"
msgstr ""
#: pkg/service/templates.go:40
msgid "{user} unshared {resource} with you"
msgstr ""