mirror of
https://github.com/microsoft/edit.git
synced 2026-06-17 19:34:20 -05:00
Improved grammar for German LargeClipboardWarning (#384)
This commit is contained in:
@@ -661,7 +661,7 @@ const S_LANG_LUT: [[&str; LangId::Count as usize]; LocId::Count as usize] = [
|
||||
// LargeClipboardWarningLine2
|
||||
[
|
||||
/* en */ "You copied {size} which may take a long time to share.",
|
||||
/* de */ "Sie haben {size} kopiert, das Weitergeben könnte lange dauern.",
|
||||
/* de */ "Sie haben {size} kopiert. Das Weitergeben könnte länger dauern.",
|
||||
/* es */ "Copiaste {size}, lo que puede tardar en compartirse.",
|
||||
/* fr */ "Vous avez copié {size}, ce qui peut être long à partager.",
|
||||
/* it */ "Hai copiato {size}, potrebbe richiedere molto tempo per condividerlo.",
|
||||
|
||||
Reference in New Issue
Block a user