55 lines
2.2 KiB
Diff
55 lines
2.2 KiB
Diff
|
Only backport po/it.po and po/ja.po changes for the ESTALE message
|
||
|
translation which we use during CI testing.
|
||
|
|
||
|
commit 7ff33eca6860648fb909df954da4996ce853d01d
|
||
|
Author: Carlos O'Donell <carlos@redhat.com>
|
||
|
Date: Fri Jul 7 11:27:08 2023 -0400
|
||
|
|
||
|
Translations: Add new ro support and update others.
|
||
|
|
||
|
This brings in the new Romanian language translations, and updates
|
||
|
nine other translations. Important translations in this update
|
||
|
include the Italian and Japanese translations for ESTALE which
|
||
|
remove the mention of "NFS" from the error message translation.
|
||
|
|
||
|
diff --git a/po/it.po b/po/it.po
|
||
|
index abd762b6e383008b..4c62751a92b15e64 100644
|
||
|
--- a/po/it.po
|
||
|
+++ b/po/it.po
|
||
|
@@ -5692,6 +5692,15 @@ msgstr "Troppi utenti"
|
||
|
msgid "Disk quota exceeded"
|
||
|
msgstr "Quota disco superata"
|
||
|
|
||
|
+#. TRANS This indicates an internal confusion in the
|
||
|
+#. TRANS file system which is due to file system rearrangements on the server host
|
||
|
+#. TRANS for NFS file systems or corruption in other file systems.
|
||
|
+#. TRANS Repairing this condition usually requires unmounting, possibly repairing
|
||
|
+#. TRANS and remounting the file system.
|
||
|
+#: sysdeps/gnu/errlist.h:471
|
||
|
+msgid "Stale file handle"
|
||
|
+msgstr "Riferimento al file obsoleto"
|
||
|
+
|
||
|
# lf
|
||
|
#. TRANS An attempt was made to NFS-mount a remote file system with a file name that
|
||
|
#. TRANS already specifies an NFS-mounted file.
|
||
|
diff --git a/po/ja.po b/po/ja.po
|
||
|
index 87ceb0abb22507b0..07d90ba0205f7065 100644
|
||
|
--- a/po/ja.po
|
||
|
+++ b/po/ja.po
|
||
|
@@ -5279,6 +5279,15 @@ msgstr "ユーザが多すぎます"
|
||
|
msgid "Disk quota exceeded"
|
||
|
msgstr "ディスク使用量制限を超過しました"
|
||
|
|
||
|
+#. TRANS This indicates an internal confusion in the
|
||
|
+#. TRANS file system which is due to file system rearrangements on the server host
|
||
|
+#. TRANS for NFS file systems or corruption in other file systems.
|
||
|
+#. TRANS Repairing this condition usually requires unmounting, possibly repairing
|
||
|
+#. TRANS and remounting the file system.
|
||
|
+#: sysdeps/gnu/errlist.h:471
|
||
|
+msgid "Stale file handle"
|
||
|
+msgstr "古いファイルハンドルです"
|
||
|
+
|
||
|
#. TRANS An attempt was made to NFS-mount a remote file system with a file name that
|
||
|
#. TRANS already specifies an NFS-mounted file.
|
||
|
#. TRANS (This is an error on some operating systems, but we expect it to work
|