德语A1学习

Hast du morgen Zeit?

Wann spielen wir?

Vocabulary

etwas/jemanden brauchen
braucht, brauchte, hat gebraucht

to need something/somebody

Das geht.

That works./That's OK. 

den ganzen Tag

the entire day

dieser, diese, dieses

this

erst

just; only

Gute Idee.

Good idea.

Ich habe Lust.

I feel like.../I would enjoy...

Ich habe keine Lust.

I don't feel like it.

können
kann, konnte

to be able to; can

Lust (auf etwas) haben
hat, hatte, hat gehabt

to feel like something; to have a desire for something

nächster, nächste, nächstes

next

noch

still (i.e., still raining, still asleep)

nur

only; just

schon

already

das Schwimmbad, die Schwimmbäder

swimming pool

(jemanden) treffen
trifft, traf, hat getroffen

to meet (someone)

wann

when

die Woche, die Wochen 

week

der Zoo, die Zoos

zoo

abends

in the evening

der April
nur Singular

April

der August
nur Singular

August

Das passt gut.

That works/That's fine. 

das Datum, die Daten

date

Der Wievielte ist heute?

the date (today)

der Dezember
nur Singular

December

der Februar
nur Singular

February

der Frühdienst, die Frühdienste

early shift

Heute ist der …

Today is the... (plus date)

der Januar
nur Singular

January

der Juli
nur Singular

July

der Juni
nur Singular

June

der Kalender, die Kalender

calendar

der Mai
nur Singular

May

der März
nur Singular

March

mittags

at noon; at midday

morgens

in the mornings; every morning

nachmittags

in the afternoon; in the afternoons

der November
nur Singular

November

der Oktober
nur Singular

October

die Person, die Personen 

person

(etwas) reservieren
reserviert, reservierte, hat reserviert

to reserve

die Reservierung, die Reservierungen

reservation

der September
nur Singular

September

übermorgen

the day after tomorrow

vorgestern

the day before yesterday

vormittags

mornings; in the morning (regularly)

Hast du morgen Zeit?

Grammar

Ordinal numbers

Heute ist der siebzehnte Januar.

Ordinal numbers can be used to determine a sequence. They give the position of an element in a succession of elements. For example, the days of the month form a sequence in which one day occupies a certain position:

der siebzehnte Januar = the seventeenth day in the month of January

The ordinal number is written with a point after it.:

der 17. Januar

Formation of ordinal numbers

For numbers one to 19 in the singular, add the ending -te to the cardinal number.
The ordinal numbers for one, three and seven have an irregular form.

eins

der erste Januar

zwei

der zweite Januar

drei

der dritte Januar

vier

der vierte Januar

fünf

der fünfte Januar

sechs

der sechste Januar

sieben

der siebte Januar

acht

der achte Januar

neun

der neunte Januar

zehn

der zehnte Januar

elf

der elfte Januar

zwölf

der zwölfte Januar

dreizehn

der dreizehnte Januar

vierzehn

der vierzehnte Januar

 

From 20 onwards, the forms are regular. Always add the ending -ste to the cardinal number:

zwanzig

der zwanzigste Januar

einundzwanzig

der einundzwanzigste  Januar

zweiundzwanzig

der zweiundzwanzigsteJanuar

dreiundzwanzig

der dreiundzwanzigsteJanuar

vierundzwanzig

der vierundzwanzigsteJanuar

dreißig

der dreißigste Januar

einunddreißig

der einunddreißigste Januar

 

Dates 

The months of the year are also in a set sequence. When giving a date, you can say the name of the month or give the month in the form of another ordinal number.

Heute ist der siebzehnte Januar.

or:

Heute ist der siebzehnte Erste.

 

After prepositions of time, the ending of the ordinal number changes from

 -(s)te to -(s)ten:

Heute ist der siebzehnte Januar.

but:

Am siebzehnten Januar fahre ich nach Berlin.

 

When a date is given, some prepositions that come before the ordinal number also change:

von -> vom (= von + dem)

bis -> bis zum

Vom siebzehnten bis zum fünfundzwanzigstenJanuar habe ich Urlaub.

 

Wann spielen wir?

Conjugation: können

Kannst du am Montag? – Nein, am Montag kannich nicht.

The verb können belongs to the special group of verbs known as "modal verbs". These verbs are conjugated differently from the verbs that you already know.:

  • Modal verbs often have a different vowel in the singular than in the plural.
  • The form of the first- and third-person singular is the same: the verb has no ending.
Singular 
1st person ich kann
2nd person du kannst
3rd person er/sie/es kann
Plural 
1st person wir können
2nd person ihr könnt
3rd person sie können
Formal

 Sie können

Wann spielen wir?

Time: dies-/nächst-

Kannst du diese Woche? – Nein, aber nächste Woche habe ich Zeit.

In addition to the time phrases that you already know, you can also give time details using the words dies- and nächst-. You can combine these with a noun, e.g. Monat, Woche or Jahr. The times are often in the accusative, so pay attention to the endings.

 

  Accusative
 masculine (der) diesen Monat
 nächsten Monat
 feminine (die) diese Woche
 nächste Woche
 neuter (das) dieses Jahr
 nächstes Jahr

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/bicheng/73488.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

路局的上道检修过程中,利用AI视觉技术对轨道两旁设备设施进行检修

在铁路局的上道检修过程中,利用AI视觉技术对轨道两旁设备设施(如信号设备、电缆、接触网、通信设备等)以及铁路上方的电线(如接触网、电力线)进行异常检测,可以显著提高检修效率、降低人工成本并增强安全性。以下是具体的应用方案和技术路径: 1. 应用场景 1.1 轨道两旁…

函数指针/逗号表达式/不用if语句完成的字母输出题

1.函数指针用的不是那么频繁的一个操作&#xff1a; 下面是代码演示&#xff1a; 在这个int (*jump)(int);中 jump是这个指针变量名称&#xff0c;第一个int是指针类型&#xff0c;第二个int是指的这个指针所指的函数参数是int类型的。 #include <stdio.h>// 定义一个…

uniapp报毒

uniapp打包的apk&#xff0c;装机量多了就开始报毒&#xff0c;尝试了多种解决办法都无解&#xff01;&#xff01; 去某宝&#xff0c;解决一次50-100不等&#xff0c;并且没有售后&#xff0c;掉了重新做包&#xff0c;很是无解&#xff0c;包月价格更是离谱。 为此自行测试…

IIS EXPRESS 虚拟目录经验谈!

最近在给客户开发一个事件提醒软件&#xff0c;用的是c# 版本是vs2022&#xff0c;在运行调试程序时&#xff0c;电脑会自动启动IIS Express,电脑右小角出现两个虚拟目录&#xff0c;对应两个端口&#xff0c;图示如下&#xff1a; 只能点击选择http://localhost:52726&#xf…

小程序配置

注册小程序账号和安装开发工具 参考文档&#xff1a;注册小程序账号和安装开发工具https://blog.csdn.net/aystl_gss/article/details/127878658 HBuilder新建项目 填写项目名称&#xff0c;选择UNI-APP&#xff0c;修改路径&#xff0c;点击创建 manifest.json 配置 需要分别…

左叶子之和 找左下角的值 路径总和

1.计算给定二叉树的所有左叶子之和。 #include <bits/stdc.h> using namespace std; struct TreeNode{ int val; TreeNode* left; TreeNode* right; TreeNode(int x) { valx; leftNULL; rightNULL; } }; int findsum(T…

Matlab实现RIME-CNN-LSTM-Multihead-Attention多变量多步时序预测

SCI一区级 | Matlab实现RIME-CNN-LSTM-Multihead-Attention多变量多步时序预测 目录 SCI一区级 | Matlab实现RIME-CNN-LSTM-Multihead-Attention多变量多步时序预测预测效果基本介绍程序设计参考资料 预测效果 基本介绍 1.Matlab实现RIME-CNN-LSTM-Multihead-Attention霜冰算法…

996引擎-自定义属性-方法2:setitemcustomabil

996引擎-自定义属性-方法2:setitemcustomabil 先看下效果测试NPC补全测试代码辅助表公式setitemcustomabil 总结参考资料先看下效果 测试NPC 为了方便测试,先准备个NPC require("Envir/QuestDiary/ex/init.lua"); require("Envir/QuestDiary/utils/init.lu…

苹果电脑杀毒软件CleanMyMac

杀毒软件在苹果家族中是一个小众软件&#xff0c;百度搜索苹果电脑杀毒软件&#xff0c;可能各种杀软良莠不齐&#xff0c;因为在这个市场非常小&#xff0c;绝大多数都是冲着“清理”去的&#xff0c;而不是杀毒。最近测试了一款Mac电脑杀毒软件&#xff0c;杀毒效果也是一般般…

pandas表格内容比较

前阵子来了一个211大学实习生&#xff08;小男生&#xff09;&#xff0c;要比较2个版本字段的变化&#xff0c;辅助完成系统升级字段替换&#xff0c;要求找出哪些字段是新增的&#xff0c;哪些字段是删除的&#xff0c;哪些字段是属性信息修改的&#xff0c;要求半天时间搞定…

【SpringBoot】最佳实践——JWT结合Redis实现双Token无感刷新

JWT概览 JWT概念 JWT是全称是JSON WEB TOKEN&#xff0c;是一个开放标准&#xff0c;用于将各方数据信息作为JSON格式进行对象传递&#xff0c;可以对数据进行可选的数字加密&#xff0c;可使用RSA或ECDSA进行公钥/私钥签名。JWT最常见的使用场景就是缓存当前用户登录信息&am…

面试系列|蚂蚁金服技术面【1】

哈喽&#xff0c;大家好&#xff01;今天分享一下蚂蚁金服的 Java 后端开发岗位真实社招面经&#xff0c;复盘面试过程中踩过的坑&#xff0c;整理面试过程中提到的知识点&#xff0c;希望能给正在准备面试的你一些参考和启发&#xff0c;希望对你有帮助&#xff0c;愿你能够获…

eBPF 实时捕获键盘输入

eBPF 实时捕获键盘输入 本文将带你一步步实现一个基于eBPF kprobe的键盘记录功能&#xff0c;通过Go语言配合libbpfgo&#xff0c;你将学会如何无损地监控系统键盘输入&#xff0c;并从中获取实时数据&#xff0c;进一步提高系统安全和监控能力。 1. 说明 本文属于专栏 Go语言…

APB-清华联合腾讯等机构推出的分布式长上下文推理框架

APB (Accelerating Distributed Long-Context Inference by Passing Compressed Context Blocks acrossGPUs)是清华大学等机构联合提出的分布式长上下文推理框架。通过稀疏注意力机制和序列并行推理方式&#xff0c;有效解决了大模型处理长文本时的效率瓶颈。APB采用更小的Anch…

数据库分库分表介绍

分库分表是解决数据库性能瓶颈的常用技术手段&#xff0c;主要用于应对数据量过大、读写压力过高的问题。通过将数据分散到多个数据库或表中&#xff0c;可以提高系统的扩展性和性能。 1. 分库分表的核心概念 &#xff08;1&#xff09;分库 定义&#xff1a;将数据分散到多个…

#mapreduce打包#maven:could not resolve dependencies for project

打包报错&#xff1a; #报错信息&#xff1a; [ERROR] Failed to execute goal on project mapreduce_teacher1: Could not resolve dependencies for project org.example:mapreduce_teacher1:jar:1.0-SNAPSHOT: Failed to collect dependencies at org.apache.hive:hive-exe…

Rabit

之前发过rabit了&#xff0c;所以这里不再赘述&#xff0c;讲讲原理 在线Rabbit加密 | Rabbit解密- 在线工具 (sojson.com) rabbit加密原理 Rabbit加密算法是一种流密码算法&#xff0c;由Daniel J. Bernstein设计&#xff0c;并被广泛用于多种加密和安全通信应用中。它的设…

【A2DP】深入解读A2DP中通用访问配置文件(GAP)的互操作性要求

目录 一、模式支持要求 1.1 发现模式 1.2 连接模式 1.3 绑定模式 1.4 模式间依赖关系总结 1.5 注意事项 1.6 协议设计深层逻辑 二、安全机制&#xff08;Security Aspects&#xff09; 三、空闲模式操作&#xff08;Idle Mode Procedures&#xff09; 3.1 支持要求 …

模型蒸馏系列——开源项目

推荐项目&#xff1a;MiniMind&#xff08;低成本全流程训练框架&#xff09; GitHub&#xff1a;https://github.com/jingyaogong/minimind 核心特性&#xff1a;完整实现从数据清洗到模型部署的全流程&#xff0c;支持单卡低成本训练&#xff0c;代码全透明&#xff0c;适合…

【软考-架构】13.1、软件架构概述-构件技术

✨资料&文章更新✨ GitHub地址&#xff1a;https://github.com/tyronczt/system_architect 文章目录 ✨【重点】系统架构设计软件架构概述软件架构设计与生命周期构件&#x1f31f;软件架构风格数据流风格调用/返回风格独立构件风格虚拟机风格仓库风格闭环控制风格C2体系结…