Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Commits
d88c1b01
Commit
d88c1b01
authored
3 years ago
by
Tögl, Christina
Browse files
Options
Downloads
Patches
Plain Diff
Add custom table placeholder text for nextcloud recent files
parent
c4d628a3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/file-handling/src/i18n/de/translation.json
+1
-0
1 addition, 0 deletions
packages/file-handling/src/i18n/de/translation.json
packages/file-handling/src/i18n/en/translation.json
+1
-0
1 addition, 0 deletions
packages/file-handling/src/i18n/en/translation.json
with
2 additions
and
0 deletions
packages/file-handling/src/i18n/de/translation.json
+
1
−
0
View file @
d88c1b01
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
"no-data"
:
"In diesem Ordner befinden sich keine Dateien."
,
"no-data"
:
"In diesem Ordner befinden sich keine Dateien."
,
"no-data-type"
:
"In diesem Ordner befinden sich keine Daten vom benötigten Typ."
,
"no-data-type"
:
"In diesem Ordner befinden sich keine Daten vom benötigten Typ."
,
"no-favorites"
:
"Es wurden keine Favoriten gefunden."
,
"no-favorites"
:
"Es wurden keine Favoriten gefunden."
,
"no-recent-files"
:
"Es wurden keine Dateien innerhalb der letzten 3 Monate gefunden."
,
"webdav-error"
:
"Etwas ist schief gelaufen: {{error}}"
,
"webdav-error"
:
"Etwas ist schief gelaufen: {{error}}"
,
"add-folder-error"
:
"Die Ressource
\"
{{folder}}
\"
, ist bereits vorhanden."
,
"add-folder-error"
:
"Die Ressource
\"
{{folder}}
\"
, ist bereits vorhanden."
,
"add-folder-success"
:
"Der Ordner
\"
{{folder}}
\"
wurde erfolgreich erstellt."
,
"add-folder-success"
:
"Der Ordner
\"
{{folder}}
\"
wurde erfolgreich erstellt."
,
...
...
This diff is collapsed.
Click to expand it.
packages/file-handling/src/i18n/en/translation.json
+
1
−
0
View file @
d88c1b01
...
@@ -47,6 +47,7 @@
...
@@ -47,6 +47,7 @@
"no-data"
:
"No data avaible in this folder."
,
"no-data"
:
"No data avaible in this folder."
,
"no-data-type"
:
"No data avaible in this folder."
,
"no-data-type"
:
"No data avaible in this folder."
,
"no-favorites"
:
"No favorites could be found."
,
"no-favorites"
:
"No favorites could be found."
,
"no-recent-files"
:
"No recent files could be found from the last 3 months."
,
"webdav-error"
:
"Something went wrong"
,
"webdav-error"
:
"Something went wrong"
,
"add-folder-error"
:
"The resource
\"
{{folder}}
\"
you tried to create already exists."
,
"add-folder-error"
:
"The resource
\"
{{folder}}
\"
you tried to create already exists."
,
"add-folder-success"
:
"The folder '{{folder}}' was created successfully."
,
"add-folder-success"
:
"The folder '{{folder}}' was created successfully."
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment